[Orxonox-commit 4038] r8709 - in data/trunk: images/effects materials

FelixSchulthess at orxonox.net FelixSchulthess at orxonox.net
Sat Jun 18 13:10:01 CEST 2011


Author: FelixSchulthess
Date: 2011-06-18 13:10:00 +0200 (Sat, 18 Jun 2011)
New Revision: 8709

Added:
   data/trunk/images/effects/grid02.png
Modified:
   data/trunk/materials/Grid.material
Log:
adding tileable version of grid

Added: data/trunk/images/effects/grid02.png
===================================================================
(Binary files differ)


Property changes on: data/trunk/images/effects/grid02.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: data/trunk/materials/Grid.material
===================================================================
--- data/trunk/materials/Grid.material	2011-06-16 12:10:34 UTC (rev 8708)
+++ data/trunk/materials/Grid.material	2011-06-18 11:10:00 UTC (rev 8709)
@@ -13,8 +13,27 @@
 			{
 				texture grid.png
 			}
-	        
 		}
-		
 	}
 }
+
+material Grid02
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			depth_write off
+			scene_blend alpha_blend
+			cull_hardware none
+			
+			texture_unit
+			{
+				texture grid02.png
+				scale 0.2 0.2
+			}
+		}
+	}
+}
+




More information about the Orxonox-commit mailing list