Sets the limit that this joint can reach before stopping.
procedure EnableLimits(const LowerLimit: Single; const UpperLimit: Single);
Parameters |
Description |
const LowerLimit: Single |
The smallest extent that the joint can reach. |
const UpperLimit: Single |
The greatest extent that the joint can reach. |
For revolute joints this is based on angles, for the others it is on length.
Copyright (c) 2012. All rights reserved.
|