btDiscreteDynamicsWorld_stepSimulation

A function defined in GMBullet.yy

btDiscreteDynamicsWorld_stepSimulation(discreteDynamicsWorld, timeStep[, maxSubSteps[, fixedTimeStep]])

Description

Steps the dynamics simulation forward by the given time step, allowing for substeps if specified.

Arguments

Name Type Description
discreteDynamicsWorld Pointer A pointer to the btDiscreteDynamicsWorld instance.
timeStep Real The time step to advance the simulation.
maxSubSteps Real The maximum number of substeps allowed in this simulation step. Defaults to 1.
fixedTimeStep Real The fixed time step for each substep.

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