A function defined in GMBullet.yy
btCollisionWorld_debugDrawObject(collisionWorld, worldTransform, shape, color)
Initiates the debug drawing of a specific collision object in the collision world. This function triggers the visualization of the specified collision object using the debug drawer associated with the btCollisionWorld instance.
Name | Type | Description |
---|---|---|
collisionWorld | Pointer |
A pointer to a btCollisionWorld instance (btCollisionWorld). |
worldTransform | Pointer |
A pointer to the transformation of the collision object (btTransform). |
shape | Pointer |
A pointer to the collision shape of the object (btCollisionShape). |
color | Pointer |
A pointer to the color used for visualization (btVector3). |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.