Skip to content

Latest commit

 

History

History
 
 

spz

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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)