A function defined in GMBullet.yy
btBvhTriangleMeshShape_create(meshInterface, useQuantizedAabbCompression[, buildBvh])
Creates a new instance of a Bullet BvhTriangleMeshShape.
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. |
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.