animations
This commit is contained in:
+3
-1
@@ -8,17 +8,19 @@
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"test": "node test/skaterSim.mjs && node test/rink.mjs && node test/ai.mjs && node test/pose.mjs && node test/input.mjs && node test/physics.mjs && node test/hits.mjs && node test/puck.mjs && node test/goalie.mjs && node test/shootout.mjs",
|
||||
"test": "node test/skaterSim.mjs && node test/rink.mjs && node test/ai.mjs && node test/pose.mjs && node test/animationClip.mjs && node test/freemocapImport.mjs && node test/input.mjs && node test/physics.mjs && node test/hits.mjs && node test/puck.mjs && node test/goalie.mjs && node test/shootout.mjs",
|
||||
"capture": "node tools/capture.mjs",
|
||||
"img2mesh": "node tools/img2mesh.mjs",
|
||||
"img2mesh:player": "node tools/img2mesh.mjs --subject player",
|
||||
"img2mesh:goalie": "node tools/img2mesh.mjs --subject goalie",
|
||||
"freemocap:setup": "sh tools/setup-freemocap.sh",
|
||||
"deploy": "npm run build && wrangler deploy",
|
||||
"deploy:dry": "npm run build && wrangler deploy --dry-run",
|
||||
"pages:deploy": "npm run build && wrangler pages deploy dist --project-name=tilt",
|
||||
"cf:whoami": "wrangler whoami"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mediapipe/tasks-vision": "^0.10.35",
|
||||
"box3d.js": "^0.0.2",
|
||||
"three": "^0.185.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user