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

    Type Alias Rotate

    Rotate splats by Euler angles.

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

    Properties

    Properties

    kind: "rotate"

    Action type identifier.

    value: Vec3

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