btCollisionWorld_create

A function defined in GMBullet.yy

btCollisionWorld_create(dispatcher, pairCache, collisionConfiguration)

Description

Creates a new instance of a Bullet Physics collision world.

Arguments

Name Type Description
dispatcher Pointer A pointer to a btDispatcher object, responsible for managing collision dispatch.
pairCache Pointer A pointer to a btBroadphaseInterface object, representing the broad-phase collision detection.
collisionConfiguration Pointer A pointer to a btCollisionConfiguration object, defining collision behavior and algorithms.

Returns

Pointer A pointer to the newly created btCollisionWorld instance.


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