浏览代码

Update PNTSLoader.d.ts

Garrett Johnson 4 年之前
父节点
当前提交
b5bf1c7107
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/three/PNTSLoader.d.ts

+ 1 - 1
src/three/PNTSLoader.d.ts

@@ -1,6 +1,6 @@
 import { PNTSBaseResult } from '../base/PNTSLoaderBase';
 import { FeatureTable } from '../utilities/FeatureTable';
-import { Points } from 'three';
+import { Points, LoadingManager } from 'three';
 
 interface PNTSScene extends Points {