[Orxonox-commit 250] r2077 - media/levels
Aurelian at orxonox.net
Aurelian at orxonox.net
Mon Apr 6 17:25:49 CEST 2009
Author: Aurelian
Date: 2009-04-06 17:25:49 +0200 (Mon, 06 Apr 2009)
New Revision: 2077
Modified:
media/levels/tutorial.oxw
Log:
My first version with working triggers in a row...
Modified: media/levels/tutorial.oxw
===================================================================
--- media/levels/tutorial.oxw 2009-04-06 14:47:17 UTC (rev 2076)
+++ media/levels/tutorial.oxw 2009-04-06 15:25:49 UTC (rev 2077)
@@ -12,6 +12,17 @@
ambientlight = "0.5, 0.5, 0.5"
skybox = "Orxonox/skypanoramagen1"
>
+
+<Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7">
+ <attached>
+ <Model scale="10" mesh="drone.mesh"/>
+ </attached>
+ <collisionShapes>
+ <BoxCollisionShape position="0,0,0" halfExtents="10, 10, 10" />
+ </collisionShapes>
+</Drone>
+
+
<Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
More information about the Orxonox-commit
mailing list