btCollisionWorld_setBroadphase

A function defined in GMBullet.yy

btCollisionWorld_setBroadphase(collisionWorld, pairCache)

Description

Sets the broadphase interface for a given btCollisionWorld instance. The broadphase is used for the initial overlapping pairs determination in the collision detection system.

Arguments

Name Type Description
collisionWorld Pointer A pointer to the btCollisionWorld instance for which the broadphase interface will be set. It should be a valid pointer to an existing btCollisionWorld instance.
pairCache Pointer A pointer to the btBroadphaseInterface instance that will serve as the broadphase for the collision world. It should be a valid pointer to an existing btBroadphaseInterface instance.

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