splat-transform API Reference - v1.10.1
    Preparing search index...

    Type Alias Decimate

    Simplify splats to a target count using NanoGS progressive pairwise merging.

    Instead of discarding low-visibility splats, this iteratively merges nearby similar splats into single approximating Gaussians using Mass-Preserving Moment Matching (MPMM), preserving scene structure and appearance.

    type Decimate = {
        count: number | null;
        kind: "decimate";
        percent: number | null;
    }
    Index

    Properties

    Properties

    count: number | null

    Target number of splats to keep, or null for percentage mode.

    kind: "decimate"

    Action type identifier.

    percent: number | null

    Percentage of splats to keep (0-100), or null for count mode.