52 void AddSingleSuspensionTire (Ogre::Node* node,
const Ogre::Real mass,
const Ogre::Real radius,
const Ogre::Real width,
const Ogre::Real friction,
const Ogre::Real susLength,
53 const Ogre::Real susSpring,
const Ogre::Real susShock,
const bool steer =
false,
const bool driving =
false);
56 int GetTiresCount()
const;
58 Ogre::Real getSpeed();
60 void setSteerAngle(Ogre::Radian angle);
62 void setDrivingTorque(Ogre::Radian torque);
64 void setBrake(Ogre::Real brake);
66 bool getVehicleOnAir();
68 bool getTireOnAir(Ogre::Node* node);
70 Ogre::Real getTireAngularVelocity(Ogre::Node* node);
72 virtual void showDebugData(Ogre::SceneNode* debugRootNode);
main class for all Rigid Bodies in the system.