[Orxonox-commit 3858] r8532 - in data/trunk: images/textures materials models

youngk at orxonox.net youngk at orxonox.net
Mon May 23 13:29:33 CEST 2011


Author: youngk
Date: 2011-05-23 13:29:33 +0200 (Mon, 23 May 2011)
New Revision: 8532

Added:
   data/trunk/images/textures/CentralStructure.png
   data/trunk/images/textures/Doors.png
   data/trunk/images/textures/MainStructure.png
   data/trunk/images/textures/OuterCompartment.png
   data/trunk/materials/HydroHarvester.material
   data/trunk/models/HydroHarvester.mesh
Log:
Adding changes from decryphe: Harvester model and textures.

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


Property changes on: data/trunk/images/textures/CentralStructure.png
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/png

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


Property changes on: data/trunk/images/textures/Doors.png
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/png

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


Property changes on: data/trunk/images/textures/MainStructure.png
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/png

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


Property changes on: data/trunk/images/textures/OuterCompartment.png
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/png

Added: data/trunk/materials/HydroHarvester.material
===================================================================
--- data/trunk/materials/HydroHarvester.material	                        (rev 0)
+++ data/trunk/materials/HydroHarvester.material	2011-05-23 11:29:33 UTC (rev 8532)
@@ -0,0 +1,83 @@
+material Harv/MainStructure
+{
+	receive_shadows on
+	technique
+	{
+		pass
+		{
+			ambient 0.700000 0.700000 0.700000 1.000000
+			diffuse 0.640000 0.640000 0.640000 1.000000
+			specular 0.100000 0.100000 0.100000 1.000000 3.750000
+			emissive 0.000000 0.000000 0.000000 1.000000
+			texture_unit
+			{
+				texture MainStructure.png
+				tex_address_mode wrap
+				filtering trilinear
+				colour_op alpha_blend
+			}
+		}
+	}
+}
+material Harv/Doors
+{
+	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 Doors.png
+				tex_address_mode wrap
+				filtering trilinear
+				colour_op alpha_blend
+			}
+		}
+	}
+}
+material Harv/CentralStructure
+{
+	receive_shadows on
+	technique
+	{
+		pass
+		{
+			ambient 0.800000 0.800000 0.800000 1.000000
+			diffuse 0.640000 0.640000 0.640000 1.000000
+			specular 0.100000 0.100000 0.100000 1.000000 2.500000
+			emissive 0.000000 0.000000 0.000000 1.000000
+			texture_unit
+			{
+				texture CentralStructure.png
+				tex_address_mode wrap
+				filtering trilinear
+				colour_op alpha_blend
+			}
+		}
+	}
+}
+material OuterCompartments
+{
+	receive_shadows on
+	technique
+	{
+		pass
+		{
+			ambient 0.700000 0.700000 0.700000 1.000000
+			diffuse 0.640000 0.640000 0.640000 1.000000
+			specular 0.035437 0.035437 0.035437 1.000000 3.750000
+			emissive 0.000000 0.000000 0.000000 1.000000
+			texture_unit
+			{
+				texture OuterCompartment.png
+				tex_address_mode wrap
+				filtering trilinear
+			}
+		}
+	}
+}


Property changes on: data/trunk/materials/HydroHarvester.material
___________________________________________________________________
Added: svn:executable
   + *

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


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




More information about the Orxonox-commit mailing list