UNPKG

spz-js

Version:

Convert gaussian splats between SPZ and PLY formats.

3 lines (2 loc) 116 B
import { GaussianCloud } from './types.js'; export declare function serializePly(data: GaussianCloud): ArrayBuffer;