[Orxonox-commit 4291] r8962 - in data/trunk: images/textures materials

fmauro at orxonox.net fmauro at orxonox.net
Wed Dec 7 15:03:09 CET 2011


Author: fmauro
Date: 2011-12-07 15:03:08 +0100 (Wed, 07 Dec 2011)
New Revision: 8962

Added:
   data/trunk/images/textures/smoke.png
   data/trunk/materials/smoke.material
Log:
added smoke billboard material and texture

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


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

Added: data/trunk/materials/smoke.material
===================================================================
--- data/trunk/materials/smoke.material	                        (rev 0)
+++ data/trunk/materials/smoke.material	2011-12-07 14:03:08 UTC (rev 8962)
@@ -0,0 +1,17 @@
+material Smoke/Smoke
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend add
+			depth_write off
+
+			texture_unit
+			{
+				texture smoke.png
+			}
+		}
+	}
+}




More information about the Orxonox-commit mailing list