Can anybody point me in the direction of some code in c++ that implements delaunay triangulation
I have done a 3d terrain model of a mountain using data obtained from contour lines. I did it the hard way by joining up points and creating every triangle myself. I dont want to repeat that again so any code samples would be grateful
Start Free Trial