Преглед изворни кода

Merge pull request #16752 from Mugen87/dev31

TS: Clean up
Michael Herzog пре 6 година
родитељ
комит
d108e54706
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 {
 export class DRACOExporter {
   constructor();
   constructor();
 
 
-  parse(geometry: BufferGeometry, options: DRACOExporterOptions): Int8Array;
+  parse(geometry: BufferGeometry | Geometry, options: DRACOExporterOptions): Int8Array;
 }
 }