Use three-bvh-csg

This commit is contained in:
Халимов Рустам
2026-01-12 01:35:02 +03:00
parent 0521c23246
commit e90348ab32
2 changed files with 162 additions and 259 deletions

View File

@@ -13,23 +13,24 @@
"start": "vite preview --port 3000 --host"
},
"dependencies": {
"react": "^19.2.3",
"react-dom": "^19.2.3",
"three": "^0.182.0",
"three-stdlib": "^2.36.1",
"lucide-react": "^0.562.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"jszip": "3.10.1",
"lucide-react": "^0.562.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"three": "^0.182.0",
"three-bvh-csg": "^0.0.17",
"three-stdlib": "^2.36.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/node": "^22.14.0",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}
}