Bullet Collision Detection & Physics Library
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
btWorldImporter Class Reference

#include <btWorldImporter.h>

Inheritance diagram for btWorldImporter:
Inheritance graph
[legend]
Collaboration diagram for btWorldImporter:
Collaboration graph
[legend]

Public Member Functions

 btWorldImporter (btDynamicsWorld *world)
 
virtual ~btWorldImporter ()
 
virtual void deleteAllData ()
 delete all memory collision shapes, rigid bodies, constraints etc. More...
 
void setVerboseMode (int verboseMode)
 
int getVerboseMode () const
 
void setImporterFlags (int importerFlags)
 
int getImporterFlags () const
 
int getNumCollisionShapes () const
 
btCollisionShapegetCollisionShapeByIndex (int index)
 
int getNumRigidBodies () const
 
btCollisionObjectgetRigidBodyByIndex (int index) const
 
int getNumConstraints () const
 
btTypedConstraintgetConstraintByIndex (int index) const
 
int getNumBvhs () const
 
btOptimizedBvhgetBvhByIndex (int index) const
 
int getNumTriangleInfoMaps () const
 
btTriangleInfoMapgetTriangleInfoMapByIndex (int index) const
 
btCollisionShapegetCollisionShapeByName (const char *name)
 
btRigidBodygetRigidBodyByName (const char *name)
 
btTypedConstraintgetConstraintByName (const char *name)
 
const char * getNameForPointer (const void *ptr) const
 
virtual void setDynamicsWorldInfo (const btVector3 &gravity, const btContactSolverInfo &solverInfo)
 those virtuals are called by load and can be overridden by the user More...
 
virtual btRigidBodycreateRigidBody (bool isDynamic, btScalar mass, const btTransform &startTransform, btCollisionShape *shape, const char *bodyName)
 
virtual btCollisionObjectcreateCollisionObject (const btTransform &startTransform, btCollisionShape *shape, const char *bodyName)
 
virtual btCollisionShapecreatePlaneShape (const btVector3 &planeNormal, btScalar planeConstant)
 shapes More...
 
virtual btCollisionShapecreateBoxShape (const btVector3 &halfExtents)
 
virtual btCollisionShapecreateSphereShape (btScalar radius)
 
virtual btCollisionShapecreateCapsuleShapeX (btScalar radius, btScalar height)
 
virtual btCollisionShapecreateCapsuleShapeY (btScalar radius, btScalar height)
 
virtual btCollisionShapecreateCapsuleShapeZ (btScalar radius, btScalar height)
 
virtual btCollisionShapecreateCylinderShapeX (btScalar radius, btScalar height)
 
virtual btCollisionShapecreateCylinderShapeY (btScalar radius, btScalar height)
 
virtual btCollisionShapecreateCylinderShapeZ (btScalar radius, btScalar height)
 
virtual btCollisionShapecreateConeShapeX (btScalar radius, btScalar height)
 
virtual btCollisionShapecreateConeShapeY (btScalar radius, btScalar height)
 
virtual btCollisionShapecreateConeShapeZ (btScalar radius, btScalar height)
 
virtual class btTriangleIndexVertexArraycreateTriangleMeshContainer ()
 
virtual btBvhTriangleMeshShapecreateBvhTriangleMeshShape (btStridingMeshInterface *trimesh, btOptimizedBvh *bvh)
 
virtual btCollisionShapecreateConvexTriangleMeshShape (btStridingMeshInterface *trimesh)
 
virtual btGImpactMeshShapecreateGimpactShape (btStridingMeshInterface *trimesh)
 
virtual btStridingMeshInterfaceDatacreateStridingMeshInterfaceData (btStridingMeshInterfaceData *interfaceData)
 
virtual class btConvexHullShapecreateConvexHullShape ()
 
virtual class btCompoundShapecreateCompoundShape ()
 
virtual class btScaledBvhTriangleMeshShapecreateScaledTrangleMeshShape (btBvhTriangleMeshShape *meshShape, const btVector3 &localScalingbtBvhTriangleMeshShape)
 
virtual class btMultiSphereShapecreateMultiSphereShape (const btVector3 *positions, const btScalar *radi, int numSpheres)
 
virtual btTriangleIndexVertexArraycreateMeshInterface (btStridingMeshInterfaceData &meshData)
 
virtual btOptimizedBvhcreateOptimizedBvh ()
 acceleration and connectivity structures More...
 
virtual btTriangleInfoMapcreateTriangleInfoMap ()
 
virtual btPoint2PointConstraintcreatePoint2PointConstraint (btRigidBody &rbA, btRigidBody &rbB, const btVector3 &pivotInA, const btVector3 &pivotInB)
 constraints More...
 
virtual btPoint2PointConstraintcreatePoint2PointConstraint (btRigidBody &rbA, const btVector3 &pivotInA)
 
virtual btHingeConstraintcreateHingeConstraint (btRigidBody &rbA, btRigidBody &rbB, const btTransform &rbAFrame, const btTransform &rbBFrame, bool useReferenceFrameA=false)
 
virtual btHingeConstraintcreateHingeConstraint (btRigidBody &rbA, const btTransform &rbAFrame, bool useReferenceFrameA=false)
 
virtual btConeTwistConstraintcreateConeTwistConstraint (btRigidBody &rbA, btRigidBody &rbB, const btTransform &rbAFrame, const btTransform &rbBFrame)
 
virtual btConeTwistConstraintcreateConeTwistConstraint (btRigidBody &rbA, const btTransform &rbAFrame)
 
virtual btGeneric6DofConstraintcreateGeneric6DofConstraint (btRigidBody &rbA, btRigidBody &rbB, const btTransform &frameInA, const btTransform &frameInB, bool useLinearReferenceFrameA)
 
virtual btGeneric6DofConstraintcreateGeneric6DofConstraint (btRigidBody &rbB, const btTransform &frameInB, bool useLinearReferenceFrameB)
 
virtual btGeneric6DofSpringConstraintcreateGeneric6DofSpringConstraint (btRigidBody &rbA, btRigidBody &rbB, const btTransform &frameInA, const btTransform &frameInB, bool useLinearReferenceFrameA)
 
virtual btGeneric6DofSpring2ConstraintcreateGeneric6DofSpring2Constraint (btRigidBody &rbA, btRigidBody &rbB, const btTransform &frameInA, const btTransform &frameInB, int rotateOrder)
 
virtual btSliderConstraintcreateSliderConstraint (btRigidBody &rbA, btRigidBody &rbB, const btTransform &frameInA, const btTransform &frameInB, bool useLinearReferenceFrameA)
 
virtual btSliderConstraintcreateSliderConstraint (btRigidBody &rbB, const btTransform &frameInB, bool useLinearReferenceFrameA)
 
virtual btGearConstraintcreateGearConstraint (btRigidBody &rbA, btRigidBody &rbB, const btVector3 &axisInA, const btVector3 &axisInB, btScalar ratio)
 

Protected Member Functions

char * duplicateName (const char *name)
 
btCollisionShapeconvertCollisionShape (btCollisionShapeData *shapeData)
 
void convertConstraintBackwardsCompatible281 (btTypedConstraintData *constraintData, btRigidBody *rbA, btRigidBody *rbB, int fileVersion)
 
void convertConstraintFloat (btTypedConstraintFloatData *constraintData, btRigidBody *rbA, btRigidBody *rbB, int fileVersion)
 
void convertConstraintDouble (btTypedConstraintDoubleData *constraintData, btRigidBody *rbA, btRigidBody *rbB, int fileVersion)
 
void convertRigidBodyFloat (btRigidBodyFloatData *colObjData)
 
void convertRigidBodyDouble (btRigidBodyDoubleData *colObjData)
 

Static Protected Member Functions

static btRigidBodygetFixedBody ()
 

Protected Attributes

btDynamicsWorldm_dynamicsWorld
 
int m_verboseMode
 
int m_importerFlags
 
btAlignedObjectArray< btCollisionShape * > m_allocatedCollisionShapes
 
btAlignedObjectArray< btCollisionObject * > m_allocatedRigidBodies
 
btAlignedObjectArray< btTypedConstraint * > m_allocatedConstraints
 
btAlignedObjectArray< btOptimizedBvh * > m_allocatedBvhs
 
btAlignedObjectArray< btTriangleInfoMap * > m_allocatedTriangleInfoMaps
 
btAlignedObjectArray< btTriangleIndexVertexArray * > m_allocatedTriangleIndexArrays
 
btAlignedObjectArray< btStridingMeshInterfaceData * > m_allocatedbtStridingMeshInterfaceDatas
 
btAlignedObjectArray< char * > m_allocatedNames
 
btAlignedObjectArray< int * > m_indexArrays
 
btAlignedObjectArray< short int * > m_shortIndexArrays
 
btAlignedObjectArray< unsigned char * > m_charIndexArrays
 
btAlignedObjectArray< btVector3FloatData * > m_floatVertexArrays
 
btAlignedObjectArray< btVector3DoubleData * > m_doubleVertexArrays
 
btHashMap< btHashPtr, btOptimizedBvh * > m_bvhMap
 
btHashMap< btHashPtr, btTriangleInfoMap * > m_timMap
 
btHashMap< btHashString, btCollisionShape * > m_nameShapeMap
 
btHashMap< btHashString, btRigidBody * > m_nameBodyMap
 
btHashMap< btHashString, btTypedConstraint * > m_nameConstraintMap
 
btHashMap< btHashPtr, const char * > m_objectNameMap
 
btHashMap< btHashPtr, btCollisionShape * > m_shapeMap
 
btHashMap< btHashPtr, btCollisionObject * > m_bodyMap
 

Detailed Description

Definition at line 67 of file btWorldImporter.h.

Constructor & Destructor Documentation

btWorldImporter::btWorldImporter ( btDynamicsWorld world)

Definition at line 21 of file btWorldImporter.cpp.

btWorldImporter::~btWorldImporter ( )
virtual

Definition at line 29 of file btWorldImporter.cpp.

Member Function Documentation

btCollisionShape * btWorldImporter::convertCollisionShape ( btCollisionShapeData shapeData)
protected

Definition at line 150 of file btWorldImporter.cpp.

void btWorldImporter::convertConstraintBackwardsCompatible281 ( btTypedConstraintData constraintData,
btRigidBody rbA,
btRigidBody rbB,
int  fileVersion 
)
protected

those fields didn't exist and set to zero for pre-280 versions, so do a check here

Definition at line 529 of file btWorldImporter.cpp.

void btWorldImporter::convertConstraintDouble ( btTypedConstraintDoubleData constraintData,
btRigidBody rbA,
btRigidBody rbB,
int  fileVersion 
)
protected

those fields didn't exist and set to zero for pre-280 versions, so do a check here

Definition at line 1078 of file btWorldImporter.cpp.

void btWorldImporter::convertConstraintFloat ( btTypedConstraintFloatData constraintData,
btRigidBody rbA,
btRigidBody rbB,
int  fileVersion 
)
protected

those fields didn't exist and set to zero for pre-280 versions, so do a check here

Definition at line 750 of file btWorldImporter.cpp.

void btWorldImporter::convertRigidBodyDouble ( btRigidBodyDoubleData colObjData)
protected

Definition at line 2075 of file btWorldImporter.cpp.

void btWorldImporter::convertRigidBodyFloat ( btRigidBodyFloatData colObjData)
protected

Definition at line 2026 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createBoxShape ( const btVector3 halfExtents)
virtual

Definition at line 1676 of file btWorldImporter.cpp.

btBvhTriangleMeshShape * btWorldImporter::createBvhTriangleMeshShape ( btStridingMeshInterface trimesh,
btOptimizedBvh bvh 
)
virtual

Definition at line 1775 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createCapsuleShapeX ( btScalar  radius,
btScalar  height 
)
virtual

Definition at line 1690 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createCapsuleShapeY ( btScalar  radius,
btScalar  height 
)
virtual

Definition at line 1697 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createCapsuleShapeZ ( btScalar  radius,
btScalar  height 
)
virtual

Definition at line 1704 of file btWorldImporter.cpp.

btCollisionObject * btWorldImporter::createCollisionObject ( const btTransform startTransform,
btCollisionShape shape,
const char *  bodyName 
)
virtual

Definition at line 1630 of file btWorldImporter.cpp.

btCompoundShape * btWorldImporter::createCompoundShape ( )
virtual

Definition at line 1812 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createConeShapeX ( btScalar  radius,
btScalar  height 
)
virtual

Definition at line 1732 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createConeShapeY ( btScalar  radius,
btScalar  height 
)
virtual

Definition at line 1739 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createConeShapeZ ( btScalar  radius,
btScalar  height 
)
virtual

Definition at line 1746 of file btWorldImporter.cpp.

btConeTwistConstraint * btWorldImporter::createConeTwistConstraint ( btRigidBody rbA,
btRigidBody rbB,
const btTransform rbAFrame,
const btTransform rbBFrame 
)
virtual

Definition at line 1870 of file btWorldImporter.cpp.

btConeTwistConstraint * btWorldImporter::createConeTwistConstraint ( btRigidBody rbA,
const btTransform rbAFrame 
)
virtual

Definition at line 1877 of file btWorldImporter.cpp.

btConvexHullShape * btWorldImporter::createConvexHullShape ( )
virtual

Definition at line 1805 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createConvexTriangleMeshShape ( btStridingMeshInterface trimesh)
virtual

Definition at line 1790 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createCylinderShapeX ( btScalar  radius,
btScalar  height 
)
virtual

Definition at line 1711 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createCylinderShapeY ( btScalar  radius,
btScalar  height 
)
virtual

Definition at line 1718 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createCylinderShapeZ ( btScalar  radius,
btScalar  height 
)
virtual

Definition at line 1725 of file btWorldImporter.cpp.

btGearConstraint * btWorldImporter::createGearConstraint ( btRigidBody rbA,
btRigidBody rbB,
const btVector3 axisInA,
const btVector3 axisInB,
btScalar  ratio 
)
virtual

Definition at line 1930 of file btWorldImporter.cpp.

btGeneric6DofConstraint * btWorldImporter::createGeneric6DofConstraint ( btRigidBody rbA,
btRigidBody rbB,
const btTransform frameInA,
const btTransform frameInB,
bool  useLinearReferenceFrameA 
)
virtual

Definition at line 1885 of file btWorldImporter.cpp.

btGeneric6DofConstraint * btWorldImporter::createGeneric6DofConstraint ( btRigidBody rbB,
const btTransform frameInB,
bool  useLinearReferenceFrameB 
)
virtual

Definition at line 1892 of file btWorldImporter.cpp.

btGeneric6DofSpring2Constraint * btWorldImporter::createGeneric6DofSpring2Constraint ( btRigidBody rbA,
btRigidBody rbB,
const btTransform frameInA,
const btTransform frameInB,
int  rotateOrder 
)
virtual

Definition at line 1899 of file btWorldImporter.cpp.

btGeneric6DofSpringConstraint * btWorldImporter::createGeneric6DofSpringConstraint ( btRigidBody rbA,
btRigidBody rbB,
const btTransform frameInA,
const btTransform frameInB,
bool  useLinearReferenceFrameA 
)
virtual

Definition at line 1908 of file btWorldImporter.cpp.

btGImpactMeshShape * btWorldImporter::createGimpactShape ( btStridingMeshInterface trimesh)
virtual

Definition at line 1794 of file btWorldImporter.cpp.

btHingeConstraint * btWorldImporter::createHingeConstraint ( btRigidBody rbA,
btRigidBody rbB,
const btTransform rbAFrame,
const btTransform rbBFrame,
bool  useReferenceFrameA = false 
)
virtual

Definition at line 1856 of file btWorldImporter.cpp.

btHingeConstraint * btWorldImporter::createHingeConstraint ( btRigidBody rbA,
const btTransform rbAFrame,
bool  useReferenceFrameA = false 
)
virtual

Definition at line 1863 of file btWorldImporter.cpp.

btTriangleIndexVertexArray * btWorldImporter::createMeshInterface ( btStridingMeshInterfaceData meshData)
virtual

Definition at line 1416 of file btWorldImporter.cpp.

btMultiSphereShape * btWorldImporter::createMultiSphereShape ( const btVector3 positions,
const btScalar radi,
int  numSpheres 
)
virtual

Definition at line 1827 of file btWorldImporter.cpp.

btOptimizedBvh * btWorldImporter::createOptimizedBvh ( )
virtual

acceleration and connectivity structures

Definition at line 1760 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createPlaneShape ( const btVector3 planeNormal,
btScalar  planeConstant 
)
virtual

shapes

Definition at line 1670 of file btWorldImporter.cpp.

btPoint2PointConstraint * btWorldImporter::createPoint2PointConstraint ( btRigidBody rbA,
btRigidBody rbB,
const btVector3 pivotInA,
const btVector3 pivotInB 
)
virtual

constraints

Definition at line 1841 of file btWorldImporter.cpp.

btPoint2PointConstraint * btWorldImporter::createPoint2PointConstraint ( btRigidBody rbA,
const btVector3 pivotInA 
)
virtual

Definition at line 1848 of file btWorldImporter.cpp.

btRigidBody * btWorldImporter::createRigidBody ( bool  isDynamic,
btScalar  mass,
const btTransform startTransform,
btCollisionShape shape,
const char *  bodyName 
)
virtual

Definition at line 1645 of file btWorldImporter.cpp.

btScaledBvhTriangleMeshShape * btWorldImporter::createScaledTrangleMeshShape ( btBvhTriangleMeshShape meshShape,
const btVector3 localScalingbtBvhTriangleMeshShape 
)
virtual

Definition at line 1820 of file btWorldImporter.cpp.

btSliderConstraint * btWorldImporter::createSliderConstraint ( btRigidBody rbA,
btRigidBody rbB,
const btTransform frameInA,
const btTransform frameInB,
bool  useLinearReferenceFrameA 
)
virtual

Definition at line 1916 of file btWorldImporter.cpp.

btSliderConstraint * btWorldImporter::createSliderConstraint ( btRigidBody rbB,
const btTransform frameInB,
bool  useLinearReferenceFrameA 
)
virtual

Definition at line 1923 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::createSphereShape ( btScalar  radius)
virtual

Definition at line 1682 of file btWorldImporter.cpp.

btStridingMeshInterfaceData * btWorldImporter::createStridingMeshInterfaceData ( btStridingMeshInterfaceData interfaceData)
virtual

the m_3indices8 was not initialized in some Bullet versions, this can cause crashes at loading time we catch it by only dealing with m_3indices8 if none of the other indices are initialized

Definition at line 1534 of file btWorldImporter.cpp.

btTriangleInfoMap * btWorldImporter::createTriangleInfoMap ( )
virtual

Definition at line 1768 of file btWorldImporter.cpp.

btTriangleIndexVertexArray * btWorldImporter::createTriangleMeshContainer ( )
virtual

Definition at line 1753 of file btWorldImporter.cpp.

void btWorldImporter::deleteAllData ( )
virtual

delete all memory collision shapes, rigid bodies, constraints etc.

allocated during the load. make sure you don't use the dynamics world containing objects after you call this method

Reimplemented in btMultiBodyWorldImporter.

Definition at line 33 of file btWorldImporter.cpp.

char * btWorldImporter::duplicateName ( const char *  name)
protected

Definition at line 515 of file btWorldImporter.cpp.

btOptimizedBvh * btWorldImporter::getBvhByIndex ( int  index) const

Definition at line 2010 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::getCollisionShapeByIndex ( int  index)

Definition at line 1943 of file btWorldImporter.cpp.

btCollisionShape * btWorldImporter::getCollisionShapeByName ( const char *  name)

Definition at line 1948 of file btWorldImporter.cpp.

btTypedConstraint * btWorldImporter::getConstraintByIndex ( int  index) const

Definition at line 2001 of file btWorldImporter.cpp.

btTypedConstraint * btWorldImporter::getConstraintByName ( const char *  name)

Definition at line 1968 of file btWorldImporter.cpp.

btRigidBody & btWorldImporter::getFixedBody ( )
staticprotected

Definition at line 1834 of file btWorldImporter.cpp.

int btWorldImporter::getImporterFlags ( ) const
inline

Definition at line 144 of file btWorldImporter.h.

const char * btWorldImporter::getNameForPointer ( const void *  ptr) const

Definition at line 1978 of file btWorldImporter.cpp.

int btWorldImporter::getNumBvhs ( ) const

Definition at line 2006 of file btWorldImporter.cpp.

int btWorldImporter::getNumCollisionShapes ( ) const

Definition at line 1938 of file btWorldImporter.cpp.

int btWorldImporter::getNumConstraints ( ) const

Definition at line 1996 of file btWorldImporter.cpp.

int btWorldImporter::getNumRigidBodies ( ) const

Definition at line 1987 of file btWorldImporter.cpp.

int btWorldImporter::getNumTriangleInfoMaps ( ) const

Definition at line 2015 of file btWorldImporter.cpp.

btCollisionObject * btWorldImporter::getRigidBodyByIndex ( int  index) const

Definition at line 1992 of file btWorldImporter.cpp.

btRigidBody * btWorldImporter::getRigidBodyByName ( const char *  name)

Definition at line 1958 of file btWorldImporter.cpp.

btTriangleInfoMap * btWorldImporter::getTriangleInfoMapByIndex ( int  index) const

Definition at line 2020 of file btWorldImporter.cpp.

int btWorldImporter::getVerboseMode ( ) const
inline

Definition at line 134 of file btWorldImporter.h.

void btWorldImporter::setDynamicsWorldInfo ( const btVector3 gravity,
const btContactSolverInfo solverInfo 
)
virtual

those virtuals are called by load and can be overridden by the user

Definition at line 1635 of file btWorldImporter.cpp.

void btWorldImporter::setImporterFlags ( int  importerFlags)
inline

Definition at line 139 of file btWorldImporter.h.

void btWorldImporter::setVerboseMode ( int  verboseMode)
inline

Definition at line 129 of file btWorldImporter.h.

Member Data Documentation

btAlignedObjectArray<btStridingMeshInterfaceData*> btWorldImporter::m_allocatedbtStridingMeshInterfaceDatas
protected

Definition at line 81 of file btWorldImporter.h.

btAlignedObjectArray<btOptimizedBvh*> btWorldImporter::m_allocatedBvhs
protected

Definition at line 78 of file btWorldImporter.h.

btAlignedObjectArray<btCollisionShape*> btWorldImporter::m_allocatedCollisionShapes
protected

Definition at line 75 of file btWorldImporter.h.

btAlignedObjectArray<btTypedConstraint*> btWorldImporter::m_allocatedConstraints
protected

Definition at line 77 of file btWorldImporter.h.

btAlignedObjectArray<char*> btWorldImporter::m_allocatedNames
protected

Definition at line 83 of file btWorldImporter.h.

btAlignedObjectArray<btCollisionObject*> btWorldImporter::m_allocatedRigidBodies
protected

Definition at line 76 of file btWorldImporter.h.

btAlignedObjectArray<btTriangleIndexVertexArray*> btWorldImporter::m_allocatedTriangleIndexArrays
protected

Definition at line 80 of file btWorldImporter.h.

btAlignedObjectArray<btTriangleInfoMap*> btWorldImporter::m_allocatedTriangleInfoMaps
protected

Definition at line 79 of file btWorldImporter.h.

btHashMap<btHashPtr,btCollisionObject*> btWorldImporter::m_bodyMap
protected

Definition at line 102 of file btWorldImporter.h.

btHashMap<btHashPtr,btOptimizedBvh*> btWorldImporter::m_bvhMap
protected

Definition at line 93 of file btWorldImporter.h.

btAlignedObjectArray<unsigned char*> btWorldImporter::m_charIndexArrays
protected

Definition at line 87 of file btWorldImporter.h.

btAlignedObjectArray<btVector3DoubleData*> btWorldImporter::m_doubleVertexArrays
protected

Definition at line 90 of file btWorldImporter.h.

btDynamicsWorld* btWorldImporter::m_dynamicsWorld
protected

Definition at line 70 of file btWorldImporter.h.

btAlignedObjectArray<btVector3FloatData*> btWorldImporter::m_floatVertexArrays
protected

Definition at line 89 of file btWorldImporter.h.

int btWorldImporter::m_importerFlags
protected

Definition at line 73 of file btWorldImporter.h.

btAlignedObjectArray<int*> btWorldImporter::m_indexArrays
protected

Definition at line 85 of file btWorldImporter.h.

btHashMap<btHashString,btRigidBody*> btWorldImporter::m_nameBodyMap
protected

Definition at line 97 of file btWorldImporter.h.

btHashMap<btHashString,btTypedConstraint*> btWorldImporter::m_nameConstraintMap
protected

Definition at line 98 of file btWorldImporter.h.

btHashMap<btHashString,btCollisionShape*> btWorldImporter::m_nameShapeMap
protected

Definition at line 96 of file btWorldImporter.h.

btHashMap<btHashPtr,const char*> btWorldImporter::m_objectNameMap
protected

Definition at line 99 of file btWorldImporter.h.

btHashMap<btHashPtr,btCollisionShape*> btWorldImporter::m_shapeMap
protected

Definition at line 101 of file btWorldImporter.h.

btAlignedObjectArray<short int*> btWorldImporter::m_shortIndexArrays
protected

Definition at line 86 of file btWorldImporter.h.

btHashMap<btHashPtr,btTriangleInfoMap*> btWorldImporter::m_timMap
protected

Definition at line 94 of file btWorldImporter.h.

int btWorldImporter::m_verboseMode
protected

Definition at line 72 of file btWorldImporter.h.


The documentation for this class was generated from the following files: