Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 13, 2010, 3:07:04 PM (14 years ago)
Author:
dafrick
Message:

Removing all the stuff the students are supposed to fill in themselves.

File:
1 edited

Legend:

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

    r7444 r7446  
    2828
    2929    <!-- TODO: Insert drone here. -->
    30     <!-- TODO: Remove. -->
    31     <AutonomousDrone
    32       primaryThrust = 100
    33       auxiliaryThrust = 30
    34       rotationThrust = 25
    35       mass = 50
    36       linearDamping = 0.9
    37       angularDamping = 0.7
    38     >
    39       <attached>
    40         <Model scale="10" mesh="drone.mesh"/>
    41       </attached>
    42       <collisionShapes>
    43         <BoxCollisionShape position="0,0,0" halfExtents="10, 10, 10" />
    44       </collisionShapes>
    45     </AutonomousDrone>
    4630
    4731  </Scene>
Note: See TracChangeset for help on using the changeset viewer.