@loaders.gl/potree
Version:
potree loaders for large point clouds.
18 lines • 623 B
TypeScript
import type { LoaderOptions } from '@loaders.gl/loader-utils';
/**
* Loader for potree Binary Point Attributes
* */
export declare const PotreeBinLoader: {
readonly dataType: {};
readonly batchType: never;
readonly name: "potree Binary Point Attributes";
readonly id: "potree";
readonly extensions: ["bin"];
readonly mimeTypes: ["application/octet-stream"];
readonly parseSync: typeof parseSync;
readonly binary: true;
readonly options: {};
};
declare function parseSync(arrayBuffer: ArrayBuffer, options?: LoaderOptions): {};
export {};
//# sourceMappingURL=potree-bin-loader.d.ts.map