Interface GLTFPreparser

interface GLTFPreparser {
    process(data, path): Promise<string | ArrayBuffer>;
    [key: string]: any;
}

Hierarchy (view full)

Indexable

[key: string]: any

Methods

Methods

Generated using TypeDoc