add tweening

This commit is contained in:
2025-01-11 19:38:40 +09:00
parent 4aba510ec0
commit 462dfe7b9a
6 changed files with 56 additions and 25 deletions
+7
View File
@@ -9,12 +9,19 @@
"version": "1.0.0",
"license": "UNLICENSED",
"dependencies": {
"@tweenjs/tween.js": "^25.0.0",
"quickhull": "^1.0.3",
"sat": "^0.9.0",
"three": "^0.171.0",
"websocket-express": "^3.1.2"
}
},
"node_modules/@tweenjs/tween.js": {
"version": "25.0.0",
"resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-25.0.0.tgz",
"integrity": "sha512-XKLA6syeBUaPzx4j3qwMqzzq+V4uo72BnlbOjmuljLrRqdsd3qnzvZZoxvMHZ23ndsRS4aufU6JOZYpCbU6T1A==",
"license": "MIT"
},
"node_modules/@types/body-parser": {
"version": "1.19.5",
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",