navcat docs
    Preparing search index...

    Function buildRegionsMonotone

    • Build regions using monotone partitioning algorithm. This is an alternative to the watershed-based buildRegions function. Monotone partitioning creates regions by sweeping the heightfield and does not generate overlapping regions.

      Parameters

      • compactHeightfield: CompactHeightfield
      • borderSize: number
      • minRegionArea: number
      • mergeRegionArea: number

      Returns boolean