UNPKG

@loaders.gl/ply

Version:

Framework-independent loader for the PLY format

8 lines 328 B
import type { PLYMesh, PLYHeader, PLYAttributes, MeshHeader } from "./ply-types.js"; /** * @param header * @param attributes * @returns data and header */ export default function normalizePLY(plyHeader: MeshHeader & PLYHeader, plyAttributes: PLYAttributes, options?: {}): PLYMesh; //# sourceMappingURL=normalize-ply.d.ts.map