From: <ult...@us...> - 2006-12-09 23:57:09
|
Revision: 281 http://svn.sourceforge.net/opengate/?rev=281&view=rev Author: ultrasick Date: 2006-12-09 15:57:08 -0800 (Sat, 09 Dec 2006) Log Message: ----------- just renaming some stuff Added Paths: ----------- trunk/data/materials/ trunk/data/materials/common.material trunk/data/materials/octavius_apteryx_auv.material trunk/data/materials/quantar_storm_auv.material trunk/data/materials/skybox.material Added: trunk/data/materials/common.material =================================================================== --- trunk/data/materials/common.material (rev 0) +++ trunk/data/materials/common.material 2006-12-09 23:57:08 UTC (rev 281) @@ -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/materials/common.material ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native Added: trunk/data/materials/octavius_apteryx_auv.material =================================================================== --- trunk/data/materials/octavius_apteryx_auv.material (rev 0) +++ trunk/data/materials/octavius_apteryx_auv.material 2006-12-09 23:57:08 UTC (rev 281) @@ -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/materials/octavius_apteryx_auv.material ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native Added: trunk/data/materials/quantar_storm_auv.material =================================================================== --- trunk/data/materials/quantar_storm_auv.material (rev 0) +++ trunk/data/materials/quantar_storm_auv.material 2006-12-09 23:57:08 UTC (rev 281) @@ -0,0 +1,13 @@ +material quantar_storm_auv +{ + technique + { + pass + { + texture_unit + { + texture quantar_storm_auv.png + } + } + } +} Property changes on: trunk/data/materials/quantar_storm_auv.material ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native Added: trunk/data/materials/skybox.material =================================================================== --- trunk/data/materials/skybox.material (rev 0) +++ trunk/data/materials/skybox.material 2006-12-09 23:57:08 UTC (rev 281) @@ -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/materials/skybox.material ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |