How a scene was trained, and therefore how a renderer must evaluate it.
default
antialiased
2dgs
The variants are mutually exclusive, hence one enum rather than independent flags. A source that carries no tag reads as default.
How a scene was trained, and therefore how a renderer must evaluate it.
default- ordinary gaussians, no special evaluationantialiased- trained with antialiasing (mip-splatting style screen-space filter)2dgs- trained as 2D gaussian surfels (no third scale axis)The variants are mutually exclusive, hence one enum rather than independent flags. A source that carries no tag reads as
default.