Bullet Collision Detection & Physics Library
|
#include <SpuCollisionShapes.h>
Public Attributes | |
void * | gSpuConvexShapePtr |
btVector3 * | gConvexPoints |
int | gNumConvexPoints |
int | unused |
btVector3 | g_convexPointBuffer [128] |
Definition at line 40 of file SpuCollisionShapes.h.
btVector3 SpuConvexPolyhedronVertexData::g_convexPointBuffer[128] |
Definition at line 46 of file SpuCollisionShapes.h.
btVector3* SpuConvexPolyhedronVertexData::gConvexPoints |
Definition at line 43 of file SpuCollisionShapes.h.
int SpuConvexPolyhedronVertexData::gNumConvexPoints |
Definition at line 44 of file SpuCollisionShapes.h.
void* SpuConvexPolyhedronVertexData::gSpuConvexShapePtr |
Definition at line 42 of file SpuCollisionShapes.h.
int SpuConvexPolyhedronVertexData::unused |
Definition at line 45 of file SpuCollisionShapes.h.