Changeset 8012 for code/branches/tutorial/data/levels
- Timestamp:
- Mar 3, 2011, 4:18:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/data/levels/tutorial.oxw
r8011 r8012 34 34 35 35 <!-- TODO: Insert drone here. --> 36 <AutonomousDrone primaryThrust=100 auxilaryThrust=30 rotationThrust=25 collisionType="dynamic" mass = 50 linearDamping = 0.9 angularDamping = 0.7> 37 <attached> 38 <Model scale="10" mesh="drone.mesh"/> 39 </attached> 40 <collisionShapes> 41 <BoxCollisionShape position="0,0,0" halfExtents="10, 10, 10" /> 42 </collisionShapes> 43 </AutonomousDrone> 36 44 37 45 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.