Engine API Reference - v2.22.0-beta.23
    Preparing search index...

    Interface GSplatOctreeNodeLod

    interface GSplatOctreeNodeLod {
        count: number;
        error: number;
        file: string;
        fileIndex: number;
        offset: number;
    }
    Index
    count: number

    The count of items

    error: number

    Approximation error relative to the finest LOD present in this node. Zero at that finest level and non-decreasing as levels get coarser. Read from the manifest when it supplies one, otherwise derived from splat counts - see GSplatOctree#lodErrorSource.

    file: string

    The file path

    fileIndex: number

    The file index in the octree files array

    offset: number

    The offset in the file