an instance of a Stage class
simulation time step, i.e., how large intervals are between each step. If set to value > 0, the time step is not related to actual computational time but rather describes precision of the computation.
value determining how much to strengthen/weaken the collision resolution forces
Time step of the rigid body simulator. If set to value <= 0, the time step will match the rendering delta time.
Sets new multiplier of collision resolution forces
multiplier of collision resolution forces
Sets new multiplier of collision resolution forces
multiplier of collision resolution forces
true if the simulator is currently running, false otherwise
list of joints considered by the simulation
list of rigid bodies considered by the simulation
stage class instance
Sets new simulation time step
simulation time step
Sets new simulation time step
simulation time step
Includes new joint in the simulation. Note: expects that the rigid bodies at the ends of the joint already are or will be included as well (using the appropriate method) in the simulator or the behavior is undefined.
joint to add
Includes new rigid body in the simulation.
rigid body to include
Applies explosion effect (impulse) at the center of mass of the simulated rigid bodies.
strength of the explosion
Clears simulator data and resets its state
Computes contact forces between the given rigid body and other rigid bodies
calling rigid body
time step
Continues the simulation
If the simulator is running, this function executes a single simulation step
time since last frame
Pauses the simulation, keeping all the data so it can continue later if needed.
Removes joint from the simulator
joint to remove
Removes rigid body from the list of bodies to be simulated
rigid body to remove
Renders debug objects
Sets joints to be included in the simulation (overwriting existing if any).
joints to add
Sets rigid bodies to be included in the simulation. If there were some already included, they will be replaced by the newly added ones.
rigid bodies to include
Performs a single simulation step
time step
Starts the simulation
bodies to be included. If not set, bodies added via other simulator functions will be used. Otherwise, already added bodies will be replaced with these.
joints to be included. If not set, joints added via other simulator functions will be used. Otherwise, already added joints will be replaced with these.
Stops the simulation and clears its data
Events emitted by the simulator
Generated using TypeDoc
Class managing the rigid body dynamics simulation