splat-transform API Reference - v2.0.5
    Preparing search index...

    Type Alias FilterBands

    Remove spherical harmonic bands above a threshold.

    type FilterBands = {
        kind: "filterBands";
        value: 0 | 1 | 2 | 3;
    }
    Index

    Properties

    Properties

    kind: "filterBands"

    Action type identifier.

    value: 0 | 1 | 2 | 3

    Maximum SH band to keep (0-3).