|
@@ -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;
|
|
}
|
|
}
|