[Orxonox-commit 3776] r8456 - in data/trunk: images/effects materials

anbueche at orxonox.net anbueche at orxonox.net
Thu May 12 13:35:06 CEST 2011


Author: anbueche
Date: 2011-05-12 13:35:05 +0200 (Thu, 12 May 2011)
New Revision: 8456

Added:
   data/trunk/images/effects/portal1.png
   data/trunk/images/effects/portal2.png
   data/trunk/images/effects/portal3.png
   data/trunk/materials/Portals.material
Log:
portal materials and pictures added

Added: data/trunk/images/effects/portal1.png
===================================================================
(Binary files differ)


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

Added: data/trunk/images/effects/portal2.png
===================================================================
(Binary files differ)


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

Added: data/trunk/images/effects/portal3.png
===================================================================
(Binary files differ)


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

Added: data/trunk/materials/Portals.material
===================================================================
--- data/trunk/materials/Portals.material	                        (rev 0)
+++ data/trunk/materials/Portals.material	2011-05-12 11:35:05 UTC (rev 8456)
@@ -0,0 +1,17 @@
+material Portals/Default
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend alpha_blend
+			depth_write off
+
+			texture_unit
+			{
+				texture portal1.png
+			}
+		}
+	}
+} 




More information about the Orxonox-commit mailing list