Updated docs and added constants to tracker
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#title clearActorForces [RCBasic Doc]
|
||||
#header sub clearActorForces( actor)
|
||||
#title ClearActorForces [RCBasic Doc]
|
||||
#header Sub ClearActorForces( actor)
|
||||
|
||||
Resets or clears all the forces and torques that have been applied to a rigid body in the current simulation step. This ensures that any forces, including linear forces and torques, do not accumulate from one simulation step to the next.
|
||||
|
||||
@@ -9,3 +9,4 @@ Resets or clears all the forces and torques that have been applied to a rigid bo
|
||||
#li <b>Does Not Affect Velocity:</b> It clears only the applied forces and torques, but the current velocity (linear and angular) of the actor remains unchanged.
|
||||
#li <b>Typically Used in Each Simulation Step:</b> Used to reset forces after each step, so that only new forces applied in the next step will affect the body.
|
||||
#/list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user