ソースを参照

Update USDZExporter.d.ts

Michael Herzog 4 年 前
コミット
9ccd2b719e
1 ファイル変更2 行追加0 行削除
  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();