![]() |
• Physics Manager | ||
|
API Links
Developer Links
|
PhysicsController::SetMaxAngularSpeedDefined in:
Sets the maximum angular speed for all rigid bodies.
C4Physics.hPrototype
Parameters
Description
The SetMaxAngularSpeed function sets the maximum angular speed, measured in radians per second (rad/s), that is allowed for all rigid bodies to the value specified by the speed parameter. If the magnitude of a rigid body's angular velocity ever exceeds this value, then is it clamped at the end of the simulation step.
See Also
|