From: <sv...@ww...> - 2008-04-16 10:00:34
|
Author: nsmoooose Date: 2008-04-16 03:00:24 -0700 (Wed, 16 Apr 2008) New Revision: 2231 Added: trunk/csp/tools/cloud_prototype/ trunk/csp/tools/cloud_prototype/Cloud.cpp trunk/csp/tools/cloud_prototype/Cloud.h trunk/csp/tools/cloud_prototype/CloudBox.cpp trunk/csp/tools/cloud_prototype/CloudBox.h trunk/csp/tools/cloud_prototype/CloudSprite.cpp trunk/csp/tools/cloud_prototype/CloudSprite.h trunk/csp/tools/cloud_prototype/CloudTextureFactory.cpp trunk/csp/tools/cloud_prototype/CloudTextureFactory.h trunk/csp/tools/cloud_prototype/Program.cpp trunk/csp/tools/cloud_prototype/cloud_prototype.sln trunk/csp/tools/cloud_prototype/cloud_prototype.vcproj trunk/csp/tools/cloud_prototype/cloud_texture01.png Log: Added a very simple prototyping project for clouds. The following things are implemented: * It displays a single cloud containing 100 billboarded sprites. * Sprites near the edges of the cloud is more transparent. * Sprites at the bottom of the cloud is darker than sprites at the top of the cloud. There is currently only a solution file for Microsoft Visual Studio. But it should be simple to add a scons target for the project. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=2231 Diff omitted (22157 bytes). |