The default supported schema version.
Data type of the file written by this Exporter.
The exported model file format.
List of supported schema versions.
Exports a SceneModel and/or a DataModel to file data.
The parameters used for writing the file data.
Options for customizing the export process.
Resolves when the SceneModel and/or DataModel has been successfully written.
Exports the GaussianSplatsPrimitive geometries of a SceneModel to the compact
.splatformat (baked RGB, no SH).Like every other format exporter it reads a
SceneModelthrough the ModelExporter base, so splats export as "just another model":Round-trips with GaussianSplatLoader: a
.splatloaded and then re-exported reproduces the original scene (positions to within the SceneGeometry's 16-bit position quantisation; scales, colours and rotations exactly).All
GaussianSplatsPrimitivegeometries in the model are concatenated into one.splatbuffer. Non-splat geometry (triangles, lines, points) is ignored.