瀏覽代碼

Update I3DMLoader.js

Garrett Johnson 5 年之前
父節點
當前提交
2b0ec738fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/three/I3DMLoader.js

+ 1 - 1
src/three/I3DMLoader.js

@@ -1,6 +1,6 @@
 import { I3DMLoaderBase } from '../base/I3DMLoaderBase.js';
 import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';
-import { Matrix4, InstancedMesh, Vector3, Quaternion, MeshBasicMaterial, BoxBufferGeometry } from 'three';
+import { Matrix4, InstancedMesh, Vector3, Quaternion } from 'three';
 
 const tempPos = new Vector3();
 const tempQuat = new Quaternion();