Tetrahedralisations and 3D Voronoi diagrams
To watch
To read
- Chapter 3 of the 3D book
Notes
Slides slides in PDF
To construct constrained Delaunay tetrahedralisation: CGAL or TetGen
I have put the C++ code of the demos in class in TUDelft GitLab geo1004.2026 (netid required to view)
To visualise the results and ‘slice’ the DT (at ~6min in the video), I used PyVista after outputting a .vtk file from TetGen.
TetGen can output VTK files, which are best visualised with ParaView
the 3D Voronoi diagram code of my PhD (used in the video to show the 3D VD/DT, with the black background) kinda works, still (Windows only)