[Orxonox-commit 4740] r9409 - code/branches/shaders/data/levels

davidsa at orxonox.net davidsa at orxonox.net
Sun Oct 21 17:51:47 CEST 2012


Author: davidsa
Date: 2012-10-21 17:51:47 +0200 (Sun, 21 Oct 2012)
New Revision: 9409

Modified:
   code/branches/shaders/data/levels/shadertest.oxw
Log:
Modified Shader Test Level to use the newly added shader, so stencil functionality is visible. (The Drone has a subtle blue outline)

Modified: code/branches/shaders/data/levels/shadertest.oxw
===================================================================
--- code/branches/shaders/data/levels/shadertest.oxw	2012-10-21 15:49:55 UTC (rev 9408)
+++ code/branches/shaders/data/levels/shadertest.oxw	2012-10-21 15:51:47 UTC (rev 9409)
@@ -64,7 +64,7 @@
 
 <Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7">
   <attached>
-    <Model scale="1" mesh="drone.mesh" material="Asteroid/BumpMap"/>
+    <Model scale="1" mesh="drone.mesh" renderQueueGroup="52" material="glow/drone"/>
   </attached>
   <collisionShapes>
     <BoxCollisionShape position="0,0,0"      halfExtents="10, 10, 10" />




More information about the Orxonox-commit mailing list