btCollisionWorld_setDebugDrawer

A function defined in GMBullet.yy

btCollisionWorld_setDebugDrawer(collisionWorld, debugDrawer)

Description

Sets the debug drawer for a btCollisionWorld instance. The debug drawer is used to visualize the collision shapes and contacts in the world for debugging and visualization purposes.

Arguments

Name Type Description
collisionWorld Pointer A pointer to a btCollisionWorld instance (btCollisionWorld).
debugDrawer Pointer A pointer to a debug drawer instance (btIDebugDraw). The debug drawer provides the functionality to draw debug information for collisions.

Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.