diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 11:09:36 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 11:09:36 (GMT) |
commit | 92526f372b889333e8d2fb20042a65174d762cac (patch) | |
tree | 8512b6f06fe485d4a56ab3ddf1f604c21be97227 /openscad.pro | |
parent | 22d92ed7d5cef5a06d5917d625fc359535cc67f6 (diff) |
Experimental CGAL tesselation - does not support holes yet
git-svn-id: http://svn.clifford.at/openscad/trunk@295 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 18a6ea0..0216876 100644 --- a/openscad.pro +++ b/openscad.pro @@ -28,6 +28,8 @@ mdi { } cgal { +# Uncomment this to enable experimental CGAL tesselation +# DEFINES += CGAL_TESSELATE DEFINES += ENABLE_CGAL LIBS += -lCGAL macx { @@ -85,7 +87,8 @@ SOURCES += openscad.cc mainwin.cc glview.cc export.cc \ value.cc expr.cc func.cc module.cc context.cc \ csgterm.cc polyset.cc csgops.cc transform.cc \ primitives.cc surface.cc control.cc render.cc \ - import.cc dxfdata.cc dxftess.cc dxfdim.cc \ + import.cc dxfdata.cc dxftess.cc dxftess-glu.cc \ + dxftess-cgal.cc dxfdim.cc \ dxflinextrude.cc dxfrotextrude.cc highlighter.cc \ printutils.cc nef2dxf.cc |