A function defined in GMBullet.yy
btAxisSweep3_create(worldAabbMin, worldAabbMax[, maxHandles[, pairCache[, disableRaycastAccelerator]]])
Creates a new btAxisSweep3 instance.
Name | Type | Description |
---|---|---|
worldAabbMin | Pointer |
A pointer to the minimum corner of the world's AABB (Axis-Aligned Bounding Box). |
worldAabbMax | Pointer |
A pointer to the maximum corner of the world's AABB. |
maxHandles | Real |
The maximum number of handles the axis sweep can handle. Defaults to 16384 if not provided. |
pairCache | Pointer |
A pointer to an optional btOverlappingPairCache to use. Defaults to nullptr. |
disableRaycastAccelerator | Bool |
A boolean indicating whether to disable the raycast accelerator. Defaults to false if not provided. |
Pointer
A pointer to the created btAxisSweep3 instance.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.