add three-bvh for testing
This commit is contained in:
parent
883bf90091
commit
6812644a3a
2 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
"pixi.js": "^4.8.9",
|
||||
"serve-static": "^1.14.1",
|
||||
"three": "^0.144.0",
|
||||
"three-mesh-bvh": "^0.5.21",
|
||||
"uglify-js": "3.14.5",
|
||||
"validator": ">=13.7.0",
|
||||
"ws": "^7.5.5"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
// dep: ext.three
|
||||
// dep: ext.three-bgu
|
||||
// dep: ext.three-svg
|
||||
// dep: ext.three-bvh
|
||||
gapp.register("add.three", [], (root, exports) => {
|
||||
|
||||
let MP = THREE.Mesh.prototype,
|
||||
|
|
|
|||
Loading…
Reference in a new issue