navcat docs
    Preparing search index...
    type ChunkyTriMeshNode = {
        bounds: Box2;
        count: number;
        index: number;
    }
    Index

    Properties

    Properties

    bounds: Box2

    bounding box of this node in XZ plane

    count: number

    for leaf nodes: number of triangles in this chunk for internal nodes: 0

    index: number

    for leaf nodes: index into the triangles array for internal nodes: negative escape index for tree traversal