Taos API Reference
    Preparing search index...

    Interface GaussianSplatTilesetOptions

    interface GaussianSplatTilesetOptions {
        maxScreenSpaceError?: number;
        slotSize: number;
        maxSlots: number;
    }
    Index

    Properties

    maxScreenSpaceError?: number

    Max on-screen geometric error (px) before refining. Lower = more detail. Default 16.

    slotSize: number

    Splats per slot (each visible tile occupies one slot; tiles are clamped to this).

    maxSlots: number

    Number of slots (max simultaneously-visible tiles). slotSize × maxSlots must equal the pass's capacity.