[Orxonox-commit 4754] r9423 - code/branches/shaders/data/levels
davidsa at orxonox.net
davidsa at orxonox.net
Mon Oct 29 17:02:48 CET 2012
Author: davidsa
Date: 2012-10-29 17:02:47 +0100 (Mon, 29 Oct 2012)
New Revision: 9423
Modified:
code/branches/shaders/data/levels/shadertest.oxw
Log:
Slightly modified the shader test level to use the new XML Port and to have it draw two models on top of each other instead of using a complex material
Modified: code/branches/shaders/data/levels/shadertest.oxw
===================================================================
--- code/branches/shaders/data/levels/shadertest.oxw 2012-10-29 16:00:19 UTC (rev 9422)
+++ code/branches/shaders/data/levels/shadertest.oxw 2012-10-29 16:02:47 UTC (rev 9423)
@@ -64,7 +64,8 @@
<Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7">
<attached>
- <Model scale="1" mesh="drone.mesh" renderQueueGroup="52" material="glow/drone"/>
+ <Model scale="1" mesh="drone.mesh" renderQueueGroup="stencil glow" material="glow"/>
+ <Model scale="1" mesh="drone.mesh" renderQueueGroup="stencil object"/>
</attached>
<collisionShapes>
<BoxCollisionShape position="0,0,0" halfExtents="10, 10, 10" />
More information about the Orxonox-commit
mailing list