UNPKG

@loaders.gl/ply

Version:

Framework-independent loader for the PLY format

10 lines 347 B
import { Schema, MeshAttributes } from '@loaders.gl/schema'; import type { PLYHeader } from "./ply-types.js"; /** * Gets schema from PLY header * @param plyHeader * @param metadata * @returns Schema */ export declare function getPLYSchema(plyHeader: PLYHeader, attributes: MeshAttributes): Schema; //# sourceMappingURL=get-ply-schema.d.ts.map