원본 http://jamesgregson.blogspot.kr/2012/05/example-code-for-building.html Example code for building CGAL::Polyhedron_3 I've found myself redoing this code relatively frequently, so I thought I would post it. Nothing special, just a snippet that loads the file input.obj, builds a CGAL::Polyhedron_3 from it, and writes it out as dump.off. The code also includes a rudimentary..