You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clip: 'Optional mocap clip: `clip "walk"`. A renderer with a matching retargeted animation plays it crossfaded over the procedural pose; others ignore it.',
38
-
step: 'A movement phase: `step "<name>" <Ns> <easing>:`.',
45
+
step: 'A movement phase: `step "<name>" <Ns> <mode>:` where mode is flow | settle | drive | snap | linear.',
46
+
flow: "Timing mode: pass through this pose with continuous velocity (flowing motion).",
47
+
settle: "Timing mode: decelerate to a genuine rest at this pose (a deliberate pause).",
48
+
drive: "Timing mode: accelerate from rest — the concentric effort of a rep.",
49
+
snap: "Timing mode: fast, near-immediate arrival — an accent.",
0 commit comments