Updated docs and added constants to tracker

This commit is contained in:
n00b87
2026-02-26 15:33:51 -06:00
parent aa7667c838
commit 9dbb4b6b5f
2332 changed files with 6219 additions and 2761 deletions

View File

@@ -1,5 +1,5 @@
#title setConeLimit [RCBasic Doc]
#header sub setConeLimit( constraint_id, swingSpan1, swingSpan2, twistSpan, softness, bias_factor, relaxation_factor)
#title SetConeLimit [RCBasic Doc]
#header Sub SetConeLimit( constraint_id, swingSpan1, swingSpan2, twistSpan, softness, bias_factor, relaxation_factor)
Sets the angular limits for the rotation of the constrained actors. These limits specify how much twisting and swinging is permitted between the two actors connected by the constraint, ensuring the motion stays within a desired range.
@@ -10,3 +10,4 @@ Sets the angular limits for the rotation of the constrained actors. These limits
<b>Relaxation Factor:</b> This affects how fast the constraint will "relax" after reaching its limit, allowing it to stabilize after hitting the constraint.
#ref GetConeLimit