openscad/cgal
Marius Kintel 33d7023752 #1215 Repair non-manifold tessellation results, detect and report non-manifold results 2015-02-14 12:28:26 -05:00
..
data Bugfix: We sometimes did output extra null-triangles if the tessellator left consecutive unused vertices 2015-02-11 13:58:45 -05:00
.gitignore ignores.. 2015-01-22 19:12:32 -05:00
README.md Added stand-alone 2D tesselator 2014-12-27 17:58:20 -05:00
decompose.cpp #1097 Test program do decompose an STL into multiple convex STL's and an OpenSCAD model importing them all with different colors 2014-12-31 14:45:34 -05:00
decompose.pro #1097 Test program do decompose an STL into multiple convex STL's and an OpenSCAD model importing them all with different colors 2014-12-31 14:45:34 -05:00
export_nef.cpp debug output 2015-01-15 16:17:31 -05:00
export_nef.pro Stand-alone program for exporting a Nef polyhedron to STL 2015-01-07 14:10:31 -05:00
polyhole-tessellator-libtess2.cpp #1215 Repair non-manifold tessellation results, detect and report non-manifold results 2015-02-14 12:28:26 -05:00
polyhole-tessellator-libtess2.pro No need to link with Qt 2015-02-13 16:18:34 -05:00
polyhole-tessellator.cpp #1105 Added example crashing CGAL 2014-12-28 15:32:57 -05:00
polyhole-tessellator.pro Added stand-alone 2D tesselator 2014-12-27 17:58:20 -05:00

README.md

This folder contains some CGAL test programs to easier develop and debug CGAL-based components.

polyhole-tessellator

Tessellate an almost planar 3D polygon with holes into a vector of double precision 3D triangles.