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

    Type Alias Scale

    Uniformly scale all splats.

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

    Properties

    Properties

    kind: "scale"

    Action type identifier.

    value: number

    Scale factor.