瀏覽代碼

Update I3DMLoader.d.ts

Garrett Johnson 4 年之前
父節點
當前提交
692a7645f1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/three/I3DMLoader.d.ts

+ 1 - 0
src/three/I3DMLoader.d.ts

@@ -1,6 +1,7 @@
 import { I3DMBaseResult } from '../base/I3DMLoaderBase';
 import { FeatureTable, BatchTable } from '../utilities/FeatureTable';
 import { GLTF } from 'three/examples/jsm/loaders/GLTFLoader';
+import { Group, LoadingManager } from 'three';
 
 interface I3DMScene extends Group {