btCollisionObject_setCcdMotionThreshold

A function defined in GMBullet.yy

btCollisionObject_setCcdMotionThreshold(collisionObject, ccdMotionThreshold)

Description

Sets the motion threshold for Continuous Collision Detection (CCD) of a Bullet Physics collision object.

Arguments

Name Type Description
collisionObject Pointer A pointer to a btCollisionObject instance.
ccdMotionThreshold Real The motion threshold for CCD. When the motion (squared velocity) of the object exceeds this threshold, CCD is triggered.

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