Commit cb68ac2
committed
fix(showcase): commit jumping-jacks clip so the Mixamo hero works in production
The Mixamo hero/playground clip never actually played in production: the
.fbx files are gitignored and there is no /clips CDN rewrite in
vercel.json, so /clips/jumping-jacks.fbx 404s and silently falls back to
procedural. (Verified: prod /clips/jumping-jacks.fbx -> 404, while the
committed /models/character.glb -> 200.)
Fix mirrors how character.glb is already handled — commit the single clip
the marketing surfaces use so Vercel serves it directly:
- .gitignore: negate the ignore for jumping-jacks.fbx only; the other five
large, unused Mixamo clips stay ignored
- playground/public/clips/jumping-jacks.fbx: committed (375 KB, smaller
than the already-committed 702 KB character.glb)
- playground/src/clips.ts: correct the stale 'served from CDN' comment
No CDN/infra required. typecheck, build, and tests all pass; the clip is
emitted into playground/dist/clips/ by the build.1 parent 2bd43e0 commit cb68ac2
3 files changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments