Revision: 216
http://svn.sourceforge.net/opengate/?rev=216&view=rev
Author: qrstuvw
Date: 2006-11-26 15:02:18 -0800 (Sun, 26 Nov 2006)
Log Message:
-----------
Added Skybox material script
Added Paths:
-----------
debug/data1.x/Materials/skybox.material
Added: debug/data1.x/Materials/skybox.material
===================================================================
--- debug/data1.x/Materials/skybox.material (rev 0)
+++ debug/data1.x/Materials/skybox.material 2006-11-26 23:02:18 UTC (rev 216)
@@ -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: debug/data1.x/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.
|