diff options
Diffstat (limited to 'PhysX_3.4/Source/LowLevelAABB/include/BpSimpleAABBManager.h')
| -rw-r--r-- | PhysX_3.4/Source/LowLevelAABB/include/BpSimpleAABBManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PhysX_3.4/Source/LowLevelAABB/include/BpSimpleAABBManager.h b/PhysX_3.4/Source/LowLevelAABB/include/BpSimpleAABBManager.h index 6f879cfd..db8b5c79 100644 --- a/PhysX_3.4/Source/LowLevelAABB/include/BpSimpleAABBManager.h +++ b/PhysX_3.4/Source/LowLevelAABB/include/BpSimpleAABBManager.h @@ -324,6 +324,7 @@ namespace Bp BoundsIndex destroyAggregate(AggregateHandle aggregateHandle); bool addBounds(BoundsIndex index, PxReal contactDistance, PxU32 group, void* userdata, AggregateHandle aggregateHandle, PxU8 volumeType); + void reserveSpaceForBounds(BoundsIndex index); void removeBounds(BoundsIndex index); void setContactOffset(BoundsIndex handle, PxReal offset) |