#include <SpuCollisionShapes.h>
Public Member Functions | |
btOptimizedBvh * | getOptimizedBvh () |
Public Attributes | |
char | gOptimizedBvh [sizeof(btOptimizedBvh)+16] |
btTriangleIndexVertexArray | gTriangleMeshInterfaceStorage |
btTriangleIndexVertexArray * | gTriangleMeshInterfacePtr |
btIndexedMesh | gIndexMesh |
only a single mesh part for now, we can add support for multiple parts, but quantized trees don't support this at the moment | |
btBvhSubtreeInfo | gSubtreeHeaders [32] |
btQuantizedBvhNode | gSubtreeNodes [2048/sizeof(btQuantizedBvhNode)] |
Definition at line 64 of file SpuCollisionShapes.h.
btOptimizedBvh* bvhMeshShape_LocalStoreMemory::getOptimizedBvh | ( | ) | [inline] |
Definition at line 68 of file SpuCollisionShapes.h.
only a single mesh part for now, we can add support for multiple parts, but quantized trees don't support this at the moment
Definition at line 76 of file SpuCollisionShapes.h.
char bvhMeshShape_LocalStoreMemory::gOptimizedBvh[sizeof(btOptimizedBvh)+16] |
Definition at line 67 of file SpuCollisionShapes.h.
Definition at line 79 of file SpuCollisionShapes.h.
Definition at line 80 of file SpuCollisionShapes.h.
Definition at line 74 of file SpuCollisionShapes.h.
Definition at line 73 of file SpuCollisionShapes.h.