[Orxonox-commit 62] r2029 - media/levels

scheusso at orxonox.net scheusso at orxonox.net
Mon Mar 9 00:08:08 CET 2009


Author: scheusso
Date: 2009-03-09 00:08:08 +0100 (Mon, 09 Mar 2009)
New Revision: 2029

Modified:
   media/levels/tutorial.oxw
Log:
more adjustments


Modified: media/levels/tutorial.oxw
===================================================================
--- media/levels/tutorial.oxw	2009-03-08 21:14:56 UTC (rev 2028)
+++ media/levels/tutorial.oxw	2009-03-08 23:08:08 UTC (rev 2029)
@@ -14,10 +14,17 @@
   >
     <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" />
 
-<Drone position="0,100,100">
+<Drone position="0,100,100" mass="50"
+   primaryThrust     = 100;
+   auxilaryThrust    = 100;
+   rotationThrust    = 10;
+   collisionType     = "dynamic">
   <attached>
     <Model scale="10" mesh="drone.mesh"/>
   </attached>
+  <collisionShapes>
+    <BoxCollisionShape position="0,0,0"      halfExtents="10, 10, 10" />
+  </collisionShapes>
 </Drone>
 
 




More information about the Orxonox-commit mailing list