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