A function defined in GMBullet.yy
bt32BitAxisSweep3_create(worldAabbMin, worldAabbMax[, maxHandles[, pairCache[, disableRaycastAccelerator]]])
Creates a new bt32BitAxisSweep3 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 1500000 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 bt32BitAxisSweep3 instance.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.