[Orxonox-commit 4460] r9131 - in data/trunk: images/textures materials models

mentzerf at orxonox.net mentzerf at orxonox.net
Sun Apr 29 10:01:27 CEST 2012


Author: mentzerf
Date: 2012-04-29 10:01:27 +0200 (Sun, 29 Apr 2012)
New Revision: 9131

Added:
   data/trunk/images/textures/playfield_top.png
   data/trunk/materials/Playfield.material
   data/trunk/models/Playfield_ME.mesh
Log:
Added files for Towerdefense (Playfield mesh and material) to the trunk

Added: data/trunk/images/textures/playfield_top.png
===================================================================
(Binary files differ)


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

Added: data/trunk/materials/Playfield.material
===================================================================
--- data/trunk/materials/Playfield.material	                        (rev 0)
+++ data/trunk/materials/Playfield.material	2012-04-29 08:01:27 UTC (rev 9131)
@@ -0,0 +1,20 @@
+material PlayField
+{
+	receive_shadows on
+	technique
+	{
+		pass
+		{
+			ambient 0.500000 0.500000 0.500000 1.000000
+			diffuse 0.640000 0.640000 0.640000 1.000000
+			specular 0.500000 0.500000 0.500000 1.000000 12.500000
+			emissive 0.000000 0.000000 0.000000 1.000000
+			texture_unit
+			{
+				texture playfield_top.png
+				tex_address_mode wrap
+				filtering trilinear
+			}
+		}
+	}
+}

Added: data/trunk/models/Playfield_ME.mesh
===================================================================
(Binary files differ)


Property changes on: data/trunk/models/Playfield_ME.mesh
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream




More information about the Orxonox-commit mailing list