Struct PinJoint
Pin joint for 3D shapes.
Pin joint for 3D rigid bodies. It pins 2 bodies (rigid or static) together.
Properties
Name | Type | Description |
paramsBias [get, set]
|
double | The force with which the pinned objects stay in positional relation to each other. The higher, the stronger.
|
paramsDamping [get, set]
|
double | The force with which the pinned objects stay in velocity relation to each other. The higher, the stronger.
|
paramsImpulseClamp [get, set]
|
double | If above 0, this value is the maximum value for an impulse that this Joint produces.
|