Skip to content

Commit 26a5e68

Browse files
committed
fix(showcase): drop all clip directives — procedural is the better showcase
Per review, the retargeted Mixamo clips aren't reliably better than the improved L2-L4 procedural (wrong-exercise semantics like the barbell back squat, retarget artifacts, missing props). Removed clip directives from all moves so the showcase (landing hero, playground default, README GIFs) runs the polished procedural on the skinned character. Clip infrastructure (clips.ts / retarget layer / gitignored FBX) is kept dormant for future use.
1 parent 36af278 commit 26a5e68

8 files changed

Lines changed: 0 additions & 8 deletions

File tree

playground/public/moves/bicycle-crunch.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ <h2>The .posecode source</h2>
157157
angles, not 3D transforms.</p>
158158
<pre class="code-block"><code>posecode exercise &quot;Bicycle crunch&quot;
159159
rig humanoid
160-
clip &quot;bicycle-crunch&quot;
161160
pose start = supine
162161

163162
step &quot;Set&quot; 0.8s flow:

playground/public/moves/grapevine.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ <h2>The .posecode source</h2>
157157
angles, not 3D transforms.</p>
158158
<pre class="code-block"><code>posecode exercise &quot;Grapevine&quot;
159159
rig humanoid
160-
clip &quot;shuffling&quot;
161160
pose start = standing
162161

163162
step &quot;Step out&quot; 0.7s flow:

playground/public/moves/jab-cross.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ <h2>The .posecode source</h2>
157157
angles, not 3D transforms.</p>
158158
<pre class="code-block"><code>posecode exercise &quot;Jab-cross&quot;
159159
rig humanoid
160-
clip &quot;jab-cross&quot;
161160
pose start = standing
162161

163162
step &quot;Jab&quot; 0.4s settle:

playground/public/moves/walk-cycle.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ <h2>The .posecode source</h2>
162162
<pre class="code-block"><code>posecode exercise &quot;Walk &amp; turn&quot;
163163
rig humanoid
164164
pose start = standing
165-
clip &quot;walk&quot;
166165

167166
step &quot;Step right&quot; 0.7s flow:
168167
hip_right: flex 30

spec/examples/bicycle-crunch.posecode

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

65
step "Set" 0.8s flow:

spec/examples/grapevine.posecode

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

65
step "Step out" 0.7s flow:

spec/examples/jab-cross.posecode

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

65
step "Jab" 0.4s settle:

spec/examples/walk-cycle.posecode

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
posecode exercise "Walk & turn"
22
rig humanoid
33
pose start = standing
4-
clip "walk"
54

65
step "Step right" 0.7s flow:
76
hip_right: flex 30

0 commit comments

Comments
 (0)