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

    Type Alias ReadTarget

    Fields common to every ReadRequest: which LOD to read and the destination buffers for whichever layers the caller wants filled. Layers omitted from the request are skipped.

    type ReadTarget = {
        lod?: number;
    }
    Index
    lod?: number

    Which LOD to read (default 0).