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

    Type Alias Lod

    Assign a LOD level to all splats.

    type Lod = {
        kind: "lod";
        value: number;
    }
    Index

    Properties

    Properties

    kind: "lod"

    Action type identifier.

    value: number

    LOD level to assign.