Răsfoiți Sursa

TS: Clean up

Mugen87 6 ani în urmă
părinte
comite
d0fa8e1db5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;
 }