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

    Type Alias Translate

    Translate splats by a 3D vector offset.

    type Translate = {
        kind: "translate";
        value: Vec3;
    }
    Index

    Properties

    Properties

    kind: "translate"

    Action type identifier.

    value: Vec3

    Translation offset.