[Orxonox-commit 3932] r8606 - data/trunk/materials
kmaurus at orxonox.net
kmaurus at orxonox.net
Thu May 26 16:36:08 CEST 2011
Author: kmaurus
Date: 2011-05-26 16:36:08 +0200 (Thu, 26 May 2011)
New Revision: 8606
Added:
data/trunk/materials/Grid.material
Log:
Added: data/trunk/materials/Grid.material
===================================================================
--- data/trunk/materials/Grid.material (rev 0)
+++ data/trunk/materials/Grid.material 2011-05-26 14:36:08 UTC (rev 8606)
@@ -0,0 +1,20 @@
+material Grid
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ depth_write off
+ scene_blend alpha_blend
+ cull_hardware none
+
+ texture_unit
+ {
+ texture grid.png
+ }
+
+ }
+
+ }
+}
More information about the Orxonox-commit
mailing list