- angularLimitBias
double angularLimitBias [@property getter]
double angularLimitBias [@property setter]
The speed with which the rotation across the axis perpendicular to the hinge gets corrected.
- angularLimitEnable
bool angularLimitEnable [@property getter]
bool angularLimitEnable [@property setter]
If true the hinges maximum and minimum rotation, defined by angularLimit/lower and angularLimit/upper has effects.
- angularLimitLower
double angularLimitLower [@property getter]
double angularLimitLower [@property setter]
The minimum rotation. only active if angularLimit/enable is true.
- angularLimitRelaxation
double angularLimitRelaxation [@property getter]
double angularLimitRelaxation [@property setter]
The lower this value, the more the rotation gets slowed down.
- angularLimitSoftness
double angularLimitSoftness [@property getter]
double angularLimitSoftness [@property setter]
- angularLimitUpper
double angularLimitUpper [@property getter]
double angularLimitUpper [@property setter]
The maximum rotation. only active if angularLimit/enable is true.
- motorEnable
bool motorEnable [@property getter]
bool motorEnable [@property setter]
When activated, a motor turns the hinge.
- motorMaxImpulse
double motorMaxImpulse [@property setter]
Maximum acceleration for the motor.
- motorMaxImpulse
double motorMaxImpulse [@property getter]
Maximum acceleration for the motor.
- motorTargetVelocity
double motorTargetVelocity [@property getter]
double motorTargetVelocity [@property setter]
Target speed for the motor.
- paramsBias
double paramsBias [@property getter]
double paramsBias [@property setter]
The speed with which the two bodies get pulled together when they move in different directions.
A hinge between two 3D bodies.
Normally uses the z-axis of body A as the hinge axis, another axis can be specified when adding it manually though.