소스 검색

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 {