[Orxonox-commit 4777] r9446 - code/branches/shaders/data/levels
davidsa at orxonox.net
davidsa at orxonox.net
Tue Nov 13 16:56:50 CET 2012
Author: davidsa
Date: 2012-11-13 16:56:49 +0100 (Tue, 13 Nov 2012)
New Revision: 9446
Modified:
code/branches/shaders/data/levels/shadertest.oxw
Log:
Slightly modified shader test level, to see orxonox::LensFlare functionality
Modified: code/branches/shaders/data/levels/shadertest.oxw
===================================================================
--- code/branches/shaders/data/levels/shadertest.oxw 2012-11-13 15:54:24 UTC (rev 9445)
+++ code/branches/shaders/data/levels/shadertest.oxw 2012-11-13 15:56:49 UTC (rev 9446)
@@ -65,17 +65,20 @@
<Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass="50" linearDamping="0.9" angularDamping="0.7">
<attached>
<Model position="10,10,10" scale="30" mesh="planets/earth.mesh" renderQueueGroup="stencil glow" material="glow"/>
- <Model position="10,10,10" scale="30" mesh="planets/earth.mesh" renderQueueGroup="main"/>
+ <Model position="10,10,10" scale="30" mesh="planets/earth.mesh" renderQueueGroup="main" />
</attached>
<collisionShapes>
<SphereCollisionShape position="10,10,10" radius="30" />
</collisionShapes>
</Drone>
+<LensFlare position="5000,10,2500">
+</LensFlare>
+
<!-- Planet close to spawn point -->
<Planet
- position="15000,0,0"
+ position="15000,0,-1000"
scale="5000"
collisionType="dynamic"
linearDamping="0.8"
More information about the Orxonox-commit
mailing list