فهرست منبع

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 {