Homesplat-transform API Reference - v3.0.0
    Preparing search index...

    Type Alias Scale

    Uniformly scale all splats.

    type Scale = {
        kind: "scale";
        value: number;
    }
    Index
    kind: "scale"

    Action type identifier.

    value: number

    Scale factor.