![]() |
OGRE 14.4
Object-Oriented Graphics Rendering Engine
|
A MotionState is Bullet's way of informing you about updates to an object. More...
#include <OgreBullet.h>
Inheritance diagram for Ogre::Bullet::RigidBodyState:Public Member Functions | |
| RigidBodyState (Node *node) | |
| void | getWorldTransform (btTransform &ret) const override |
| void | setWorldTransform (const btTransform &in) override |
A MotionState is Bullet's way of informing you about updates to an object.
Pass this MotionState to a btRigidBody to have your SceneNode updated automaticaly.
|
inline |
|
inlineoverride |
References Ogre::Bullet::convert().
|
inlineoverride |