Skip to content

Commit 6576d90

Browse files
committed
feat: demo flow/settle/drive timing on dance-phrase and squat (L2)
1 parent 1caacc9 commit 6576d90

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

spec/examples/dance-phrase.posecode

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ posecode exercise "Dance phrase (8-count)"
22
rig humanoid
33
pose start = standing
44

5-
step "1-2 - breath, arms to second" 2s ease-in-out:
5+
step "1-2 - breath, arms to second" 2s flow:
66
hips: rotate-out 25
77
shoulders: abduct 80
88
elbows: flex 16
99
spine: extend 4
1010
ground-lock: feet
1111
cue "Turn out, open the arms to second, lift through the crown"
1212

13-
step "3-4 - demi-plié" 2s ease-in-out:
13+
step "3-4 - demi-plié" 2s flow:
1414
hips: flex 18
1515
knees: flex 50
1616
ankles: plantarflex 50
@@ -19,7 +19,7 @@ posecode exercise "Dance phrase (8-count)"
1919
ground-lock: feet
2020
cue "Bend the knees over the toes, arms round down through first"
2121

22-
step "5-6 - relevé, arms en haut" 2s ease-in-out:
22+
step "5-6 - relevé, arms en haut" 2s flow:
2323
hips: flex 0
2424
knees: flex 0
2525
ankles: plantarflex 28
@@ -29,7 +29,7 @@ posecode exercise "Dance phrase (8-count)"
2929
ground-lock: feet
3030
cue "Press up to relevé and lift the arms into a frame overhead"
3131

32-
step "7-8 - close" 2s ease-out:
32+
step "7-8 - close" 2s settle:
3333
ankles: plantarflex 0
3434
hips: rotate-out 0
3535
shoulders: flex 0

spec/examples/squat.posecode

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ posecode exercise "Body-weight squat"
22
rig humanoid
33
pose start = standing
44

5-
step "Descend" 1.6s ease-in-out:
5+
step "Descend" 1.6s settle:
66
hips: flex 80
77
knees: flex 95
88
ankles: plantarflex 50
@@ -13,7 +13,7 @@ posecode exercise "Body-weight squat"
1313
ground-lock: feet
1414
cue "Sit the hips back, chest proud, knees track over the toes"
1515

16-
step "Drive up" 1.2s ease-out:
16+
step "Drive up" 1.2s drive:
1717
hips: flex 0
1818
knees: flex 0
1919
ankles: plantarflex 0

0 commit comments

Comments
 (0)