Browse Source

Update I3DMLoader.d.ts

Garrett Johnson 4 năm trước cách đây
mục cha
commit
692a7645f1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {