The delaunay triangulation code which generates the detail mesh does not
ensure that the outline of the mesh is convex hull. This results sometimes
holes or completelly missing detail meshes.
The fix is to reimplement the detail mesh so that the delaunay
triangulation has the convex hull property (such as the implementation
explained in Computational Geometry in C).
Original issue reported on code.google.com by memono...@gmail.com on 21 Sep 2009 at 12:12
Original issue reported on code.google.com by
memono...@gmail.com
on 21 Sep 2009 at 12:12