OpenMW
|
#include <bulletshape.hpp>
Public Member Functions | |
BulletShapeInstance (osg::ref_ptr< const BulletShape > source) | |
Public Member Functions inherited from Resource::BulletShape | |
BulletShape () | |
BulletShape (const BulletShape ©, const osg::CopyOp ©op) | |
virtual | ~BulletShape () |
META_Object (Resource, BulletShape) btCollisionShape *mCollisionShape | |
osg::ref_ptr< BulletShapeInstance > | makeInstance () const |
btCollisionShape * | duplicateCollisionShape (const btCollisionShape *shape) const |
btCollisionShape * | getCollisionShape () |
Private Attributes | |
osg::ref_ptr< const BulletShape > | mSource |
Additional Inherited Members | |
Public Attributes inherited from Resource::BulletShape | |
osg::Vec3f | mCollisionBoxHalfExtents |
osg::Vec3f | mCollisionBoxTranslate |
std::map< int, int > | mAnimatedShapes |
Resource::BulletShapeInstance::BulletShapeInstance | ( | osg::ref_ptr< const BulletShape > | source | ) |
|
private |