A function defined in GMBullet.yy
btAngularLimit_set(angularLimit, low, high[, softness[, biasFactor[, relaxationFactor]]])
Sets the angular limits for the btAngularLimit instance.
Name | Type | Description |
---|---|---|
angularLimit | Pointer |
The pointer to the btAngularLimit instance. |
low | Real |
The lower limit in radians. |
high | Real |
The upper limit in radians. |
softness | Real |
The softness factor. Default is 0.9. |
biasFactor | Real |
The bias factor. Default is 0.3. |
relaxationFactor | Real |
The relaxation factor. Default is 1.0. |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.