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 getSlideRestitutionOrthoAng [RCBasic Doc]
#header function getSlideRestitutionOrthoAng( constraint_id)
#title GetSlideRestitutionOrthoAng [RCBasic Doc]
#header Function GetSlideRestitutionOrthoAng( constraint_id)
Returns the restitution value for orthogonal angular motion. This value determines how much energy is conserved (or how "bouncy" the interaction is) when rotational movement occurs in a direction orthogonal (perpendicular) to the slider's primary axis of movement.
@@ -8,3 +8,4 @@ Orthogonal Angular Motion: In the context of a slider constraint, orthogonal ang
Restitution: Restitution is a measure of how much energy is retained in a collision or interaction. A restitution value of 0.0 means no bounce (inelastic collision), and 1.0 means maximum bounce (elastic collision). For orthogonal angular motion, this describes how much bounce occurs after the rotational motion hits the constraints or limits in a perpendicular direction to the slider axis.
#ref SetSlideRestitutionOrthoAng