浏览代码

TS: Clean up

Mugen87 6 年之前
父节点
当前提交
d0fa8e1db5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/jsm/exporters/DRACOExporter.d.ts

+ 1 - 1
examples/jsm/exporters/DRACOExporter.d.ts

@@ -16,5 +16,5 @@ export interface DRACOExporterOptions {
 export class DRACOExporter {
   constructor();
 
-  parse(geometry: BufferGeometry, options: DRACOExporterOptions): Int8Array;
+  parse(geometry: BufferGeometry | Geometry, options: DRACOExporterOptions): Int8Array;
 }