Categories

Pages

Recent Comments

Archives

Meta

Hydrology-Aware Constrained Delaunay Triangulation

Basic Idea: To preserve the hydrology using a constrained triangulation in conjunction with a modified TIN. The cost metric used by TIN is changed so a point is considered to have the highiest cost if it has the largest amount of water times the gradient flowing uphill. This differs from TIN where a point is selected based on its absolute distance from the terrain reconstruction.

Properties:

Implementation:

We use a constrained triangulation method developed by Jonathan Richard Shewchuk which can be found here. triangle ZIP (159K)