Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 3, 2011, 4:18:34 PM (13 years ago)
Author:
dafrick
Message:

Committing muster-lösung.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/data/levels/tutorial.oxw

    r8011 r8012  
    3434   
    3535    <!-- 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>
    3644
    3745  </Scene>
Note: See TracChangeset for help on using the changeset viewer.