UNPKG

@loaders.gl/pcd

Version:

Framework-independent loader for the PCD format

14 lines 383 B
/** * PCD (Point Cloud Data) file format */ export declare const PCDFormat: { readonly name: "PCD (Point Cloud Data)"; readonly id: "pcd"; readonly module: "pcd"; readonly extensions: ["pcd"]; readonly mimeTypes: ["text/plain"]; readonly category: "pointcloud"; readonly text: true; readonly binary: true; }; //# sourceMappingURL=pcd-format.d.ts.map