Inherits PHYSICS::RCGeomComponent.
Inheritance diagram for PHYSICSODE::RCOdeGeomComponent:


Public Types | |
| typedef TRCSharedPtr< RCMaterialComponent > | TMaterialPtr |
Public Member Functions | |
| RCOdeGeomComponent (const RCString &sKey, const RSGeomCtorArg &CtorArg) | |
| virtual void | SetPose (const RCPose &Pose) |
| virtual RCPose | GetPose () const |
| virtual RCCuboid | GetExtension () const |
| TOdeGeomId | GetGeomId () |
| TOdeBodyId | GetBodyId () |
| RCMaterialComponent * | GetMaterial () const |
| void | SetBody (RCOdePhysicsBody &Body) |
Protected Attributes | |
| RCOdePhysicsEngine & | m_PhysicsEngine |
| TOdeGeomId | m_nGeomId |
| RCOdePhysicsBody * | m_pBody |
| TMaterialPtr | m_MaterialPtr |
1.4.6-NO