From: <ult...@us...> - 2007-05-04 20:49:59
|
Revision: 431 http://svn.sourceforge.net/opengate/?rev=431&view=rev Author: ultrasick Date: 2007-05-04 13:49:58 -0700 (Fri, 04 May 2007) Log Message: ----------- moving some stuff around Added Paths: ----------- trunk/data/misc/common.material trunk/data/misc/skybox.material trunk/data/misc/skybox.zip trunk/data/ships/octavius/apteryx/apteryx.material trunk/data/ships/octavius/apteryx/apteryx.png trunk/data/ships/quantar/storm/storm.material trunk/data/ships/quantar/storm/storm.png Removed Paths: ------------- trunk/data/client/data1.x/Materials/ trunk/data/materials/ Added: trunk/data/misc/common.material =================================================================== --- trunk/data/misc/common.material (rev 0) +++ trunk/data/misc/common.material 2007-05-04 20:49:58 UTC (rev 431) @@ -0,0 +1,17 @@ +material Examples/SpaceySkyBox +{ + technique + { + pass + { + lighting off + depth_write off + + texture_unit + { + cubic_texture stevecube.jpg separateUV + tex_address_mode clamp + } + } + } +} Property changes on: trunk/data/misc/common.material ___________________________________________________________________ Name: svn:eol-style + native Added: trunk/data/misc/skybox.material =================================================================== --- trunk/data/misc/skybox.material (rev 0) +++ trunk/data/misc/skybox.material 2007-05-04 20:49:58 UTC (rev 431) @@ -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 + } + } + } +} Property changes on: trunk/data/misc/skybox.material ___________________________________________________________________ Name: svn:eol-style + native Added: trunk/data/misc/skybox.zip =================================================================== (Binary files differ) Property changes on: trunk/data/misc/skybox.zip ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/data/ships/octavius/apteryx/apteryx.material =================================================================== --- trunk/data/ships/octavius/apteryx/apteryx.material (rev 0) +++ trunk/data/ships/octavius/apteryx/apteryx.material 2007-05-04 20:49:58 UTC (rev 431) @@ -0,0 +1,14 @@ +material octavius_apteryx_auv +{ + technique + { + pass + { + texture_unit + { + texture octavius_apteryx_auv.png + //scale 0.1 0.1 + } + } + } +} Property changes on: trunk/data/ships/octavius/apteryx/apteryx.material ___________________________________________________________________ Name: svn:eol-style + native Added: trunk/data/ships/octavius/apteryx/apteryx.png =================================================================== (Binary files differ) Property changes on: trunk/data/ships/octavius/apteryx/apteryx.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/data/ships/quantar/storm/storm.material =================================================================== --- trunk/data/ships/quantar/storm/storm.material (rev 0) +++ trunk/data/ships/quantar/storm/storm.material 2007-05-04 20:49:58 UTC (rev 431) @@ -0,0 +1,13 @@ +material quantar_storm_auv +{ + technique + { + pass + { + texture_unit + { + texture quantar_storm_auv.png + } + } + } +} Property changes on: trunk/data/ships/quantar/storm/storm.material ___________________________________________________________________ Name: svn:eol-style + native Added: trunk/data/ships/quantar/storm/storm.png =================================================================== (Binary files differ) Property changes on: trunk/data/ships/quantar/storm/storm.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |