UNPKG

spz-js

Version:

Convert gaussian splats between SPZ and PLY formats.

8 lines (7 loc) 338 B
export declare const SPZ_MAGIC = 1347635022; export declare const SPZ_VERSION = 2; export declare const FLAG_ANTIALIASED = 1; export declare const COLOR_SCALE = 0.15; export declare const SH_C0 = 0.28209479177387814; export declare function degreeForDim(dim: number): number; export declare function dimForDegree(degree: number): number;