navcat docs
    Preparing search index...

    Type Alias ContourSet

    type ContourSet = {
        borderSize: number;
        bounds: Box3;
        cellHeight: number;
        cellSize: number;
        contours: Contour[];
        height: number;
        maxError: number;
        width: number;
    }
    Index

    Properties

    borderSize: number

    the aabb border size used to generate the source data that the contour set was derived from

    bounds: Box3

    the bounds in world space

    cellHeight: number

    the height of each cell

    cellSize: number

    the size of each cell

    contours: Contour[]

    an array of the contours in the set

    height: number

    the height of the set

    maxError: number

    the max edge error that this contour set was simplified with

    width: number

    the width of the set