stevefsp / critterai

Archive of CAINav Project (Inactive)
MIT License
127 stars 75 forks source link

Malformed Contours Result in Lost Polygons #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The problem can occur in any situation where the mergeRegionSize setting is 
used.  Single regions can be split into non-contiguous areas.  If the areas
connect at a single point, a malformed contour result.

Original issue reported on code.google.com by steve...@gmail.com on 15 May 2010 at 1:28

GoogleCodeExporter commented 9 years ago
Workaround: Set mergeRegionSize to zero to disable region merges.

Original comment by steve...@gmail.com on 15 May 2010 at 1:29

GoogleCodeExporter commented 9 years ago
Fixed in FilterOutSmallRegions.java r63

Fix will be included in the next release distribution.

Original comment by steve...@gmail.com on 15 May 2010 at 1:33

GoogleCodeExporter commented 9 years ago
Fix included in distribution package 0.1.2.

Original comment by steve...@gmail.com on 28 May 2010 at 7:50