My Project
Public Member Functions | Public Attributes | List of all members
ParaEngine::BulletPhysicsShape Struct Reference

it is represent a shape that can be used to create various actors in the scene. More...

#include <ParaPhysicsWorld.h>

Inheritance diagram for ParaEngine::BulletPhysicsShape:
ParaEngine::IParaPhysicsShape

Public Member Functions

virtual void * GetUserData ()
 get user data associated with the shape
 
virtual void SetUserData (void *pData)
 
virtual void * get ()
 return pointer to the low level physics engine shape object.
 
virtual void Release ()
 

Public Attributes

btCollisionShape * m_pShape
 pointer to the low level physics engine shape object.
 
btTriangleIndexVertexArray * m_indexVertexArrays
 
int32 * m_triangleIndices
 
btScalar * m_vertices
 
void * m_pUserData
 keep some user data here
 

Detailed Description

it is represent a shape that can be used to create various actors in the scene.


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