A function defined in GMBullet.yy
btBvhTriangleMeshShape_createAabb(meshInterface, useQuantizedAabbCompression, bvhAabbMin, bvhAabbMax[, buildBvh])
Creates a new instance of a Bullet BvhTriangleMeshShape with specified AABB.
Name | Type | Description |
---|---|---|
meshInterface | Pointer |
A pointer to the btStridingMeshInterface object representing the mesh. |
useQuantizedAabbCompression | Bool |
A boolean indicating whether to use quantized AABB compression. |
bvhAabbMin | Pointer |
A pointer to the minimum AABB (Axis-Aligned Bounding Box) coordinates as a btVector3. |
bvhAabbMax | Pointer |
A pointer to the maximum AABB (Axis-Aligned Bounding Box) coordinates as a btVector3. |
buildBvh | Bool |
A boolean indicating whether to build the BVH structure. Default is true. |
Pointer
A pointer to the created btBvhTriangleMeshShape object.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.