Changes between Version 11 and Version 12 of pps/tutorial_new
- Timestamp:
- Mar 9, 2009, 4:05:32 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial_new
v11 v12 82 82 this adds a model with the mesh drone.mesh and the defined textures at the position of our drone object. 83 83 84 5. because the physic engine needs a collision shape to workwe 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>): 85 85 {{{ 86 86 <collisionShapes> … … 88 88 </collisionShapes> 89 89 }}} 90 this will tell the phy icengine what dimensions our drone has (in this case its just a cube)91 6. now we define the mass and t o 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.) 92 92 {{{ 93 93 mass = 50