I am new to CGAL . I am working on a school project to compute the Delaunay Triangulation of Protein structure . How can I visualize the DT structure in Mesh lab . I tried using Poison surface reconstruction, but PSR is using constrained DT and adding new edges which is not I want.
I want to visualize the edge contacts between 3d atom points in Delaunay Triangulation. Could anyone help me.