SPZ File Format

Niantic Scaniverse's SPZ format

API

Read

Deserialize a gaussian splat from the input reader.

spz.Read(in io.Reader) (*spz.Cloud, error)

Load

Opens the file located at the filePath and deserializes a gaussian splat.

spz.Load(filePath string) (*spz.Cloud, error)

Read Header

Deserialize a SPZ File Header from the input reader.

spz.ReadHeader(in io.Reader) (*spz.Header, error)

Last updated