Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 25, 2009, 4:16:38 PM (15 years ago)
Author:
scheusso
Message:

reverted r5766 since we forgot some adjustments to the code (i.e. remove xml hack)

File:
1 edited

Legend:

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

    r5766 r5786  
    1313   skybox       = "Orxonox/skypanoramagen1"
    1414  >
     15
     16<Drone name="meineDrohne" position="0,0,-10" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7">
     17  <attached>
     18    <Model scale="10" mesh="drone.mesh"/>
     19  </attached>
     20  <collisionShapes>
     21    <BoxCollisionShape position="0,0,0"      halfExtents="10, 10, 10" />
     22  </collisionShapes>
     23</Drone>
     24
    1525
    1626    <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" />
Note: See TracChangeset for help on using the changeset viewer.