|
My Project
|
it is represent a shape that can be used to create various actors in the scene. More...
#include <ParaPhysicsWorld.h>
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 | |
it is represent a shape that can be used to create various actors in the scene.
1.8.12