ソースを参照

Remove unused import

Garrett Johnson 5 年 前
コミット
b9fb5f7e4d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/three/raycastTraverse.js

+ 1 - 1
src/three/raycastTraverse.js

@@ -1,4 +1,4 @@
-import { Matrix4, Sphere, Ray, Vector3, Box3Helper } from 'three';
+import { Matrix4, Sphere, Ray, Vector3 } from 'three';
 const _sphere = new Sphere();
 const _mat = new Matrix4();
 const _vec = new Vector3();