Skip to content

Commit 36af278

Browse files
committed
fix(showcase): drop mismatched Mixamo clips from squat + jumping-jacks
The Mixamo 'Back Squat' is a BARBELL back squat (arms raised holding a bar) — retargeted onto our prop-less figure it reads as a weird standing pose, not a squat. Our procedural squat (L3 foot-flat + L4) is correct and looks better. Removed clip directives from squat and jumping-jacks so they use the improved procedural motion; re-rendered their GIFs.
1 parent 9872de4 commit 36af278

6 files changed

Lines changed: 0 additions & 4 deletions

File tree

docs/media/jumping-jacks.gif

-17.6 KB
Loading

docs/media/squat.gif

136 KB
Loading

playground/public/moves/jumping-jacks.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ <h2>The .posecode source</h2>
149149
angles, not 3D transforms.</p>
150150
<pre class="code-block"><code>posecode exercise &quot;Jumping jacks&quot;
151151
rig humanoid
152-
clip &quot;jumping-jacks&quot;
153152
pose start = standing
154153

155154
step &quot;Out&quot; 0.5s settle:

playground/public/moves/squat.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ <h2>The .posecode source</h2>
149149
angles, not 3D transforms.</p>
150150
<pre class="code-block"><code>posecode exercise &quot;Body-weight squat&quot;
151151
rig humanoid
152-
clip &quot;squat&quot;
153152
pose start = standing
154153

155154
step &quot;Descend&quot; 1.6s settle:

spec/examples/jumping-jacks.posecode

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
posecode exercise "Jumping jacks"
22
rig humanoid
3-
clip "jumping-jacks"
43
pose start = standing
54

65
step "Out" 0.5s settle:

spec/examples/squat.posecode

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
posecode exercise "Body-weight squat"
22
rig humanoid
3-
clip "squat"
43
pose start = standing
54

65
step "Descend" 1.6s settle:

0 commit comments

Comments
 (0)