[Orxonox-commit 5765] r10425 - in data/trunk: images/textures materials models

fvultier at orxonox.net fvultier at orxonox.net
Tue May 5 00:03:35 CEST 2015


Author: fvultier
Date: 2015-05-05 00:03:34 +0200 (Tue, 05 May 2015)
New Revision: 10425

Added:
   data/trunk/images/textures/GravityBomb.png
   data/trunk/images/textures/GravityBombRocket.png
   data/trunk/materials/GravityBomb.material
   data/trunk/materials/GravityBombRocket.material
   data/trunk/models/GravityBomb.mesh
   data/trunk/models/GravityBombRocket.mesh
Log:
Added models for the new weapon: Gravity bomb. There is one model for the bomb itself and one fo the rocket that carries the bomb.

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


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

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


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

Added: data/trunk/materials/GravityBomb.material
===================================================================
--- data/trunk/materials/GravityBomb.material	                        (rev 0)
+++ data/trunk/materials/GravityBomb.material	2015-05-04 22:03:34 UTC (rev 10425)
@@ -0,0 +1,20 @@
+
+material GravityBomb.mesh_xml#0
+{
+	technique
+	{
+		pass
+		{
+			ambient 0.8 0.8 0.8 1
+			diffuse 0.64 0.64 0.64 1
+			specular 0.5 0.5 0.5 1 1
+
+			texture_unit
+			{
+				texture GravityBomb.png
+			}
+		}
+
+	}
+
+}

Added: data/trunk/materials/GravityBombRocket.material
===================================================================
--- data/trunk/materials/GravityBombRocket.material	                        (rev 0)
+++ data/trunk/materials/GravityBombRocket.material	2015-05-04 22:03:34 UTC (rev 10425)
@@ -0,0 +1,20 @@
+
+material GravityBombRocket.mesh_xml#0
+{
+	technique
+	{
+		pass
+		{
+			ambient 0.8 0.8 0.8 1
+			diffuse 0.64 0.64 0.64 1
+			specular 0.5 0.5 0.5 1 1
+
+			texture_unit
+			{
+				texture GravityBombRocket.png
+			}
+		}
+
+	}
+
+}

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


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

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


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




More information about the Orxonox-commit mailing list