Public Member Functions | |
virtual void | getWorldTransform (btTransform &worldTrans) const |
MyMotionState (osg::Node *obj, osg::MatrixTransform *root) | |
void | setNode (osg::Node *node) |
virtual void | setWorldTransform (const btTransform &worldTrans) |
Protected Attributes | |
osg::Node * | object |
osg::MatrixTransform * | transf |
Definition at line 75 of file BulletPhysics.cpp.
MyMotionState::MyMotionState | ( | osg::Node * | obj, |
osg::MatrixTransform * | root | ||
) | [inline] |
Definition at line 79 of file BulletPhysics.cpp.
virtual void MyMotionState::getWorldTransform | ( | btTransform & | worldTrans | ) | const [inline, virtual] |
Definition at line 90 of file BulletPhysics.cpp.
void MyMotionState::setNode | ( | osg::Node * | node | ) | [inline] |
Definition at line 85 of file BulletPhysics.cpp.
virtual void MyMotionState::setWorldTransform | ( | const btTransform & | worldTrans | ) | [inline, virtual] |
Definition at line 95 of file BulletPhysics.cpp.
osg::Node* MyMotionState::object [protected] |
Definition at line 117 of file BulletPhysics.cpp.
osg::MatrixTransform* MyMotionState::transf [protected] |
Definition at line 118 of file BulletPhysics.cpp.