dart
|
Public Member Functions | |
OdeGeom (const OdeCollisionObject *collObj) | |
Constructor. | |
virtual | ~OdeGeom () |
Destructor. | |
const OdeCollisionObject * | getParentCollisionObject () const |
Returns the parent collision object. | |
virtual void | updateEngineData () |
dGeomID | getOdeGeomId () const |
Returns the ODE geom ID associated to this object. | |
virtual bool | isPlaceable () const |
Returns true if the ODE geom is placeable. | |
Protected Attributes | |
const OdeCollisionObject * | mParentCollisionObject |
Parent collision object. | |
dGeomID | mGeomId |
ODE geom ID associated with this object. More... | |
|
protected |