Bullet Collision Detection & Physics Library
|
The btBvhTriangleMeshShape is a static-triangle mesh shape, it can only be used for fixed/non-moving objects. More...
#include <btBvhTriangleMeshShape.h>
Private Attributes | |
btOptimizedBvh * | m_bvh |
btTriangleInfoMap * | m_triangleInfoMap |
bool | m_useQuantizedAabbCompression |
bool | m_ownsBvh |
bool | m_pad [11] |
Additional Inherited Members | |
![]() | |
btTriangleMeshShape (btStridingMeshInterface *meshInterface) | |
btTriangleMeshShape constructor has been disabled/protected, so that users will not mistakenly use this class. | |
![]() | |
btVector3 | m_localAabbMin |
btVector3 | m_localAabbMax |
btStridingMeshInterface * | m_meshInterface |
![]() | |
btScalar | m_collisionMargin |
![]() | |
int | m_shapeType |
void * | m_userPointer |
int | m_userIndex |
int | m_userIndex2 |
The btBvhTriangleMeshShape is a static-triangle mesh shape, it can only be used for fixed/non-moving objects.
If you required moving concave triangle meshes, it is recommended to perform convex decomposition using HACD, see Bullet/Demos/ConvexDecompositionDemo. Alternatively, you can use btGimpactMeshShape for moving concave triangle meshes. btBvhTriangleMeshShape has several optimizations, such as bounding volume hierarchy and cache friendly traversal for PlayStation 3 Cell SPU. It is recommended to enable useQuantizedAabbCompression for better memory usage. It takes a triangle mesh as input, for example a btTriangleMesh or btTriangleIndexVertexArray. The btBvhTriangleMeshShape class allows for triangle mesh deformations by a refit or partialRefit method. Instead of building the bounding volume hierarchy acceleration structure, it is also possible to serialize (save) and deserialize (load) the structure from disk. See Demos\ConcaveDemo\ConcavePhysicsDemo.cpp for an example.
Definition at line 34 of file btBvhTriangleMeshShape.h.
btBvhTriangleMeshShape::btBvhTriangleMeshShape | ( | btStridingMeshInterface * | meshInterface, |
bool | useQuantizedAabbCompression, | ||
bool | buildBvh = true |
||
) |
Bvh Concave triangle mesh is a static-triangle mesh shape with Bounding Volume Hierarchy optimization.
Uses an interface to access the triangles to allow for sharing graphics/physics triangles.
Definition at line 24 of file btBvhTriangleMeshShape.cpp.
btBvhTriangleMeshShape::btBvhTriangleMeshShape | ( | btStridingMeshInterface * | meshInterface, |
bool | useQuantizedAabbCompression, | ||
const btVector3 & | bvhAabbMin, | ||
const btVector3 & | bvhAabbMax, | ||
bool | buildBvh = true |
||
) |
optionally pass in a larger bvh aabb, used for quantization. This allows for deformations within this aabb
Definition at line 43 of file btBvhTriangleMeshShape.cpp.
|
virtual |
Definition at line 81 of file btBvhTriangleMeshShape.cpp.
btBvhTriangleMeshShape::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
void btBvhTriangleMeshShape::buildOptimizedBvh | ( | ) |
m_localAabbMin/m_localAabbMax is already re-calculated in btTriangleMeshShape. We could just scale aabb, but this needs some more work
Definition at line 340 of file btBvhTriangleMeshShape.cpp.
|
inlinevirtual |
Reimplemented from btCollisionShape.
Definition at line 139 of file btBvhTriangleMeshShape.h.
Reimplemented from btTriangleMeshShape.
Reimplemented in btMultimaterialTriangleMeshShape.
Definition at line 74 of file btBvhTriangleMeshShape.h.
|
inline |
Definition at line 78 of file btBvhTriangleMeshShape.h.
|
inline |
Definition at line 58 of file btBvhTriangleMeshShape.h.
|
inline |
Definition at line 102 of file btBvhTriangleMeshShape.h.
|
inline |
Definition at line 97 of file btBvhTriangleMeshShape.h.
void btBvhTriangleMeshShape::partialRefitTree | ( | const btVector3 & | aabbMin, |
const btVector3 & | aabbMax | ||
) |
for a fast incremental refit of parts of the tree. Note: the entire AABB of the tree will become more conservative, it never shrinks
Definition at line 66 of file btBvhTriangleMeshShape.cpp.
void btBvhTriangleMeshShape::performConvexcast | ( | btTriangleCallback * | callback, |
const btVector3 & | boxSource, | ||
const btVector3 & | boxTarget, | ||
const btVector3 & | boxMin, | ||
const btVector3 & | boxMax | ||
) |
Definition at line 164 of file btBvhTriangleMeshShape.cpp.
void btBvhTriangleMeshShape::performRaycast | ( | btTriangleCallback * | callback, |
const btVector3 & | raySource, | ||
const btVector3 & | rayTarget | ||
) |
Definition at line 90 of file btBvhTriangleMeshShape.cpp.
|
virtual |
Reimplemented from btTriangleMeshShape.
Definition at line 239 of file btBvhTriangleMeshShape.cpp.
Definition at line 74 of file btBvhTriangleMeshShape.cpp.
|
virtual |
fills the dataBuffer and returns the struct name (and 0 on failure)
Reimplemented from btCollisionShape.
Definition at line 370 of file btBvhTriangleMeshShape.cpp.
|
virtual |
Definition at line 442 of file btBvhTriangleMeshShape.cpp.
|
virtual |
Definition at line 453 of file btBvhTriangleMeshShape.cpp.
Reimplemented from btTriangleMeshShape.
Definition at line 331 of file btBvhTriangleMeshShape.cpp.
void btBvhTriangleMeshShape::setOptimizedBvh | ( | btOptimizedBvh * | bvh, |
const btVector3 & | localScaling = btVector3(1, 1, 1) |
||
) |
Definition at line 355 of file btBvhTriangleMeshShape.cpp.
|
inline |
Definition at line 92 of file btBvhTriangleMeshShape.h.
|
inline |
Definition at line 87 of file btBvhTriangleMeshShape.h.
|
private |
Definition at line 37 of file btBvhTriangleMeshShape.h.
|
private |
Definition at line 41 of file btBvhTriangleMeshShape.h.
|
private |
Definition at line 45 of file btBvhTriangleMeshShape.h.
|
private |
Definition at line 38 of file btBvhTriangleMeshShape.h.
|
private |
Definition at line 40 of file btBvhTriangleMeshShape.h.