UNPKG

@loaders.gl/draco

Version:

Framework-independent loader and writer for Draco compressed meshes and point clouds

7 lines 381 B
import { MeshAttribute, Schema } from '@loaders.gl/schema'; import type { DracoLoaderData } from "../draco-types.js"; /** Extract an arrow-like schema from a Draco mesh */ export declare function getDracoSchema(attributes: { [attributeName: string]: MeshAttribute; }, loaderData: DracoLoaderData, indices?: MeshAttribute): Schema; //# sourceMappingURL=get-draco-schema.d.ts.map