From: <eg...@us...> - 2007-09-23 13:25:53
|
Revision: 783 http://opengate.svn.sourceforge.net/opengate/?rev=783&view=rev Author: egore Date: 2007-09-23 06:25:57 -0700 (Sun, 23 Sep 2007) Log Message: ----------- move skybox stuff around Added Paths: ----------- trunk/data/skybox/random_sky_box_pictures/ trunk/data/skybox/skybox.material trunk/data/skybox/skybox.zip Removed Paths: ------------- trunk/data/misc/random_sky_box_pictures/ trunk/data/misc/skybox.material trunk/data/misc/skybox.zip Deleted: trunk/data/misc/skybox.material =================================================================== --- trunk/data/misc/skybox.material 2007-09-23 13:24:39 UTC (rev 782) +++ trunk/data/misc/skybox.material 2007-09-23 13:25:57 UTC (rev 783) @@ -1,17 +0,0 @@ -material Examples/SpaceSkyBox -{ - technique - { - pass - { - lighting off - depth_write off - - texture_unit - { - cubic_texture stevecube.jpg separateUV - tex_address_mode clamp - } - } - } -} Deleted: trunk/data/misc/skybox.zip =================================================================== (Binary files differ) Copied: trunk/data/skybox/random_sky_box_pictures (from rev 779, trunk/data/misc/random_sky_box_pictures) Copied: trunk/data/skybox/skybox.material (from rev 779, trunk/data/misc/skybox.material) =================================================================== --- trunk/data/skybox/skybox.material (rev 0) +++ trunk/data/skybox/skybox.material 2007-09-23 13:25:57 UTC (rev 783) @@ -0,0 +1,17 @@ +material Examples/SpaceSkyBox +{ + technique + { + pass + { + lighting off + depth_write off + + texture_unit + { + cubic_texture stevecube.jpg separateUV + tex_address_mode clamp + } + } + } +} Copied: trunk/data/skybox/skybox.zip (from rev 779, trunk/data/misc/skybox.zip) =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |