分离模型
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"name": "farm",
|
||||
"version": "1.0.0",
|
||||
"description": "农场",
|
||||
"main": "index.js",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite"
|
||||
},
|
||||
@@ -16,6 +17,7 @@
|
||||
"vite": "^6.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"three": "^0.176.0"
|
||||
"three": "^0.176.0",
|
||||
"three-bvh-csg": "^0.0.17"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user