Michael Herzog 4 лет назад
Родитель
Сommit
5863ee6797
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      examples/jsm/interactive/SelectionBox.js

+ 1 - 2
examples/jsm/interactive/SelectionBox.js

@@ -1,7 +1,6 @@
 import {
 import {
 	Frustum,
 	Frustum,
 	Vector3,
 	Vector3,
-	InstancedMesh,
 	Matrix4,
 	Matrix4,
 	Quaternion,
 	Quaternion,
 } from '../../../build/three.module.js';
 } from '../../../build/three.module.js';
@@ -224,4 +223,4 @@ class SelectionBox {
 
 
 }
 }
 
 
-export { SelectionBox };
+export { SelectionBox };

粤ICP备19079148号