Changeset 8014 for code/branches/tutorial/data
- Timestamp:
- Mar 3, 2011, 4:26:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/data/levels/tutorial.oxw
r8012 r8014 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>44 36 45 37 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.