Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
bvhMeshShape_LocalStoreMemory Struct Reference

#include <SpuCollisionShapes.h>

Collaboration diagram for bvhMeshShape_LocalStoreMemory:
Collaboration graph
[legend]

Public Member Functions

btOptimizedBvhgetOptimizedBvh ()
 

Public Attributes

char gOptimizedBvh [sizeof(btOptimizedBvh)+16]
 
btTriangleIndexVertexArray gTriangleMeshInterfaceStorage
 
btTriangleIndexVertexArraygTriangleMeshInterfacePtr
 
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 More...
 
btBvhSubtreeInfo gSubtreeHeaders [32]
 
btQuantizedBvhNode gSubtreeNodes [2048/sizeof(btQuantizedBvhNode)]
 

Detailed Description

Definition at line 64 of file SpuCollisionShapes.h.

Member Function Documentation

btOptimizedBvh* bvhMeshShape_LocalStoreMemory::getOptimizedBvh ( )
inline

Definition at line 68 of file SpuCollisionShapes.h.

Member Data Documentation

btIndexedMesh bvhMeshShape_LocalStoreMemory::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

Definition at line 76 of file SpuCollisionShapes.h.

char bvhMeshShape_LocalStoreMemory::gOptimizedBvh[sizeof(btOptimizedBvh)+16]

Definition at line 67 of file SpuCollisionShapes.h.

btBvhSubtreeInfo bvhMeshShape_LocalStoreMemory::gSubtreeHeaders[32]

Definition at line 79 of file SpuCollisionShapes.h.

btQuantizedBvhNode bvhMeshShape_LocalStoreMemory::gSubtreeNodes[2048/sizeof(btQuantizedBvhNode)]

Definition at line 80 of file SpuCollisionShapes.h.

btTriangleIndexVertexArray* bvhMeshShape_LocalStoreMemory::gTriangleMeshInterfacePtr

Definition at line 74 of file SpuCollisionShapes.h.

btTriangleIndexVertexArray bvhMeshShape_LocalStoreMemory::gTriangleMeshInterfaceStorage

Definition at line 73 of file SpuCollisionShapes.h.


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