Niantic Scaniverse's SPZ format
Deserialize a gaussian splat from the input reader.
spz.Read(in io.Reader) (*spz.Cloud, error)
Opens the file located at the filePath
and deserializes a gaussian splat.
spz.Load(filePath string) (*spz.Cloud, error)
Deserialize a SPZ File Header from the input reader.
spz.ReadHeader(in io.Reader) (*spz.Header, error)