ditch THREE raycasting for SAT again

This commit is contained in:
2024-12-23 09:46:26 +09:00
parent 054d22d01a
commit e23978ea90
6 changed files with 61 additions and 29 deletions
+7
View File
@@ -9,6 +9,7 @@
"version": "1.0.0",
"license": "UNLICENSED",
"dependencies": {
"sat": "^0.9.0",
"three": "^0.171.0",
"websocket-express": "^3.1.2"
}
@@ -798,6 +799,12 @@
"license": "MIT",
"peer": true
},
"node_modules/sat": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/sat/-/sat-0.9.0.tgz",
"integrity": "sha512-mxdv5RZJO4tdMnUURGU3gAMcnDUEwcNJwE+lPO0/V+rBeDvFLH3wEZEOR0fH7cTN0zQaNxBEbHnyQL9DzupwQQ==",
"license": "MIT"
},
"node_modules/send": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",