Sfoglia il codice sorgente

Update USDZExporter.d.ts

Michael Herzog 5 anni fa
parent
commit
9ccd2b719e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      examples/jsm/exporters/USDZExporter.d.ts

+ 2 - 0
examples/jsm/exporters/USDZExporter.d.ts

@@ -1,3 +1,5 @@
+import { Object3D } from '../../../src/Three';
+
 export class USDZExporter {
 
 	constructor();

粤ICP备19079148号