A function defined in GMBullet.yy
btCollisionWorld_getDebugDrawer(collisionWorld)
Retrieves the debug drawer associated with a given btCollisionWorld instance. The debug drawer is used to visualize the collision shapes and contacts in the world for debugging and visualization purposes.
Name | Type | Description |
---|---|---|
collisionWorld | Pointer |
A pointer to a btCollisionWorld instance (btCollisionWorld). |
Pointer
A pointer to the debug drawer instance (btIDebugDraw) associated with the specified collisionWorld.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.