Просмотр исходного кода

Merge pull request #16752 from Mugen87/dev31

TS: Clean up
Michael Herzog 6 лет назад
Родитель
Сommit
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;
 }
 }

粤ICP备19079148号