Small World Engine API Reference - v0.76.20
    Preparing search index...

    Interface ClusterGridDims

    Dimensions of the clustered light grid, in cells per axis.

    interface ClusterGridDims {
        x: number;
        y: number;
        z: number;
    }
    Index
    x y z
    x: number

    Number of cells along the screen-space X axis.

    y: number

    Number of cells along the screen-space Y axis.

    z: number

    Number of depth slices along the view-space Z axis.