Files
workouts/Exercise Library/Lunge/motion.json
T
rzen 5bbe3f6ff0 Add the free-weight canon and bodyweight staples (16 exercises)
Squat/lunge: Barbell Squat, Goblet Squat, Bodyweight Squat, Lunge.
Bench station: Bench Press, Incline Bench Press, Dumbbell Bench Press,
Dumbbell Fly (the fly authors the face-on camera for its frontal arc).
Dumbbell rack: Dumbbell Row, Dumbbell Shoulder Press, Dumbbell Curl,
Lateral Raise - first uses of the dumbbell prop. Bodyweight: Push-Up,
Pull-Up, Crunch, Dip.

Claude-Session: https://claude.ai/code/session_01HJDQQDA9QdP8zByg43H5v3
2026-07-07 12:09:08 -04:00

31 lines
867 B
JSON

{
"name": "Lunge",
"primary": 2,
"camera": {"zoom": 0.7},
"working": ["leg_r", "leg_l"],
"frames": [
{
"hold": 0.4, "tween": 1.0,
"root": {"pos": [160, 68], "pitch": 6},
"spine": [0, 0],
"neck": 2, "head": -6,
"shoulder_r": 5, "elbow_r": 8,
"shoulder_l": 5, "elbow_l": 8,
"hip_r": 25, "knee_r": 10, "ankle_r": 5,
"hip_l": -25, "knee_l": 10, "ankle_l": -12,
"pins": {"foot_r": [196, 148], "foot_l": [124, 147]}
},
{
"hold": 0.4, "tween": 1.0,
"root": {"pos": [160, 106], "pitch": 8},
"spine": [0, 0],
"neck": 2, "head": -6,
"shoulder_r": 5, "elbow_r": 8,
"shoulder_l": 5, "elbow_l": 8,
"hip_r": 80, "knee_r": 95, "ankle_r": 15,
"hip_l": -12, "knee_l": 100, "ankle_l": -42,
"pins": {"foot_r": [196, 148], "foot_l": [124, 147]}
}
]
}