[Orxonox-commit 3090] r7784 - data/trunk/materials
decapitb at orxonox.net
decapitb at orxonox.net
Tue Dec 21 13:37:28 CET 2010
Author: decapitb
Date: 2010-12-21 13:37:27 +0100 (Tue, 21 Dec 2010)
New Revision: 7784
Modified:
data/trunk/materials/OrxonoxSky.material
Log:
skybox materials. Names: skyBoxBasic, skyBoxSomeNebula, skyBoxMoreNebula
Modified: data/trunk/materials/OrxonoxSky.material
===================================================================
--- data/trunk/materials/OrxonoxSky.material 2010-12-21 12:31:11 UTC (rev 7783)
+++ data/trunk/materials/OrxonoxSky.material 2010-12-21 12:37:27 UTC (rev 7784)
@@ -123,7 +123,57 @@
}
}
}
+material Orxonox/skyBoxBasic
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ depth_write off
+ texture_unit
+ {
+ cubic_texture skybox1.png separateUV
+ tex_address_mode clamp
+ }
+ }
+ }
+}
+material Orxonox/skyBoxSomeNebula
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ depth_write off
+
+ texture_unit
+ {
+ cubic_texture skybox3.png separateUV
+ tex_address_mode clamp
+ }
+ }
+ }
+}
+material Orxonox/skyBoxMoreNebula
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ depth_write off
+
+ texture_unit
+ {
+ cubic_texture skybox2.png separateUV
+ tex_address_mode clamp
+ }
+ }
+ }
+}
material Orxonox/LoadingScreenSample
{
technique
More information about the Orxonox-commit
mailing list