Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 11 and Version 12 of pps/tutorial_new


Ignore:
Timestamp:
Mar 9, 2009, 4:05:32 PM (15 years ago)
Author:
FelixSchulthess
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial_new

    v11 v12  
    8282 this adds a model with the mesh drone.mesh and the defined textures at the position of our drone object.
    8383
    84  5. because the physic engine needs a collision shape to work we will add the following entry (before </ClassX>):
     84 5. because the physics engine needs a collision shape to work with, we will add the following entry (before </ClassX>):
    8585{{{
    8686  <collisionShapes>
     
    8888  </collisionShapes>
    8989}}}
    90  this will tell the phyic engine what dimensions our drone has (in this case its just a cube)
    91  6. now we define the mass and to damping parameters of our drone. Append definitions for the following variables as attributes to your drone (as in 3.)
     90 this will tell the physics engine what dimensions our drone has (in this case its just a cube)
     91 6. now we define the mass and two damping parameters of our drone. Append definitions for the following variables as attributes to your drone (as in 3.)
    9292{{{
    9393mass = 50