[Orxonox-commit 2399] r7114 - in data/trunk/materials: scripts textures

dave at orxonox.net dave at orxonox.net
Thu Jun 3 16:14:20 CEST 2010


Author: dave
Date: 2010-06-03 16:14:20 +0200 (Thu, 03 Jun 2010)
New Revision: 7114

Added:
   data/trunk/materials/textures/backlighttrail2.tga
   data/trunk/materials/textures/flare3.tga
Modified:
   data/trunk/materials/scripts/Example.material
   data/trunk/materials/scripts/Trail.material
Log:


Modified: data/trunk/materials/scripts/Example.material
===================================================================
--- data/trunk/materials/scripts/Example.material	2010-06-03 14:13:49 UTC (rev 7113)
+++ data/trunk/materials/scripts/Example.material	2010-06-03 14:14:20 UTC (rev 7114)
@@ -357,6 +357,23 @@
 		}
 	}
 }
+material Examples/Flaredrei
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend add
+			depth_write off
+
+			texture_unit
+			{
+				texture flare3.tga
+			}
+		}
+	}
+}
 material Examples/FlareZwei_1
 {
 	technique

Modified: data/trunk/materials/scripts/Trail.material
===================================================================
--- data/trunk/materials/scripts/Trail.material	2010-06-03 14:13:49 UTC (rev 7113)
+++ data/trunk/materials/scripts/Trail.material	2010-06-03 14:14:20 UTC (rev 7114)
@@ -16,3 +16,23 @@
 		}
 	}
 }
+
+
+material Trail/backlighttrailzwei
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend alpha_blend
+			depth_check on
+			depth_write off
+
+			texture_unit
+			{
+				texture backlighttrail2.tga
+			}
+		}
+	}
+}

Added: data/trunk/materials/textures/backlighttrail2.tga
===================================================================
(Binary files differ)


Property changes on: data/trunk/materials/textures/backlighttrail2.tga
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/trunk/materials/textures/flare3.tga
===================================================================
(Binary files differ)


Property changes on: data/trunk/materials/textures/flare3.tga
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream




More information about the Orxonox-commit mailing list