[Orxonox-commit 5769] r10429 - in data/trunk: images/textures materials

gpregger at orxonox.net gpregger at orxonox.net
Thu May 7 14:43:14 CEST 2015


Author: gpregger
Date: 2015-05-07 14:43:14 +0200 (Thu, 07 May 2015)
New Revision: 10429

Added:
   data/trunk/images/textures/bigflame.png
   data/trunk/images/textures/black.png
   data/trunk/images/textures/explosion.png
   data/trunk/images/textures/flare.png
   data/trunk/images/textures/flaretrail.png
   data/trunk/images/textures/flash.png
   data/trunk/images/textures/ring_flare.png
   data/trunk/images/textures/ring_flare2.png
   data/trunk/images/textures/shockwave.png
   data/trunk/images/textures/streak.png
   data/trunk/images/textures/streak1.png
   data/trunk/materials/orxonox_flash.material
   data/trunk/materials/orxonox_shockwave.material
   data/trunk/materials/orxonox_streak1.material
Log:
textures and materials for new explosion effect for rocket.cc

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

Added: data/trunk/materials/orxonox_flash.material
===================================================================
--- data/trunk/materials/orxonox_flash.material	                        (rev 0)
+++ data/trunk/materials/orxonox_flash.material	2015-05-07 12:43:14 UTC (rev 10429)
@@ -0,0 +1,20 @@
+
+material orxonox/explosion_flash
+{
+	technique
+	{
+		pass
+		{
+			emissive 1 1 1 1
+			scene_blend add
+			depth_write off
+
+			texture_unit
+			{
+				texture flash.png
+			}
+		}
+
+	}
+
+}

Added: data/trunk/materials/orxonox_shockwave.material
===================================================================
--- data/trunk/materials/orxonox_shockwave.material	                        (rev 0)
+++ data/trunk/materials/orxonox_shockwave.material	2015-05-07 12:43:14 UTC (rev 10429)
@@ -0,0 +1,20 @@
+
+material orxonox/explosion_shockwave
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend add
+			depth_write off
+
+			texture_unit
+			{
+				texture shockwave.png
+			}
+		}
+
+	}
+
+}

Added: data/trunk/materials/orxonox_streak1.material
===================================================================
--- data/trunk/materials/orxonox_streak1.material	                        (rev 0)
+++ data/trunk/materials/orxonox_streak1.material	2015-05-07 12:43:14 UTC (rev 10429)
@@ -0,0 +1,20 @@
+
+material orxonox/explosion_streak1
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend add
+			depth_write off
+
+			texture_unit
+			{
+				texture streak1.png
+			}
+		}
+
+	}
+
+}




More information about the Orxonox-commit mailing list