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

    Type Alias Rotate

    Rotate splats by Euler angles.

    type Rotate = {
        kind: "rotate";
        value: Vec3;
    }
    Index
    kind: "rotate"

    Action type identifier.

    value: Vec3

    Euler angles in degrees (x, y, z).