btCollisionWorld_updateSingleAabb

A function defined in GMBullet.yy

btCollisionWorld_updateSingleAabb(collisionWorld, collisionObject)

Description

Updates the axis-aligned bounding box (AABB) of a single collision object in the btCollisionWorld. This is typically done to reflect changes in the object's position or shape before performing collision detection.

Arguments

Name Type Description
collisionWorld Pointer A pointer to the btCollisionWorld instance in which the collision object is present. It should be a valid pointer to an existing btCollisionWorld instance.
collisionObject Pointer A pointer to the btCollisionObject instance for which the AABB will be updated. It should be a valid pointer to an existing btCollisionObject instance.

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