I'm working with a polygon clipper (http://www.lighti.de/projects/polygon-clipper-for-java/) & libgdx delaunayTriangulator to generate a 2D navmesh.
Everything works well until i add an obstacle polygon completely inside the 'walkable' polygon.
Is this supposed to happen ?