Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Issue in visualizing Delaunay tetrahedralization of a cube

Subject: CGAL users discussion list

List archive

[cgal-discuss] Issue in visualizing Delaunay tetrahedralization of a cube


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: [cgal-discuss] Issue in visualizing Delaunay tetrahedralization of a cube
  • Date: Mon, 9 Feb 2015 03:23:31 -0800 (PST)

Hi,

I am facing an issue while visualizing the Delaunay tetrahedralization of a
cube. I am finding that some triangles are not visible which seems to be due
to incorrect(clockwise) ordering of points. I have attached a link to the
minimal code which prints the faces of Delaunay tetrahedralization. I am
writing these points and faces to a PLY file and visualizing using them
MeshLab.

I would like to know if there is any mistake in my code while writing the
point indices while defining a face which may be resulting in missing
triangles in visualization?

I have compiled it as:
g++ minimalCode.cpp -lgmp -lCGAL

Minimal code
<https://gist.github.com/pranavkantgaur/6b9eb563aefff7bf20f6#file-printfaces-cpp>





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Issue-in-visualizing-Delaunay-tetrahedralization-of-a-cube-tp4660416.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page