SplatFormat enum Gaussian splatting

The splat file formats the runtime loader understands.

Inheritance
Available extensions

Values

ply → const SplatFormat

An uncompressed binary-little-endian PLY in the training interchange layout (x y z ... f_dc_* f_rest_* opacity scale_* rot_*).

splat → const SplatFormat

The compact 32-byte-per-splat .splat layout common in web pipelines, float position and scale, 8-bit color/opacity, 8-bit quaternion.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SplatFormat>
A constant List of the values in this enum, in order of their declaration.