diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-11 07:10:31 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-11 07:10:31 (GMT) |
commit | 18e97e0bd3f6bda4fdcd17de2a85173ba59b6b00 (patch) | |
tree | 327ec7c648e0f01a2673672ebe83c3524c971e19 /openscad.pro | |
parent | 9afeded46c0e9023002dc04ba6131adcb39762b1 (diff) |
Fixed bug introduced by the new PolySet cache; string filtering done in the wrong place, refactored cache into separate class
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 4541eaa..baa9899 100644 --- a/openscad.pro +++ b/openscad.pro @@ -159,6 +159,7 @@ HEADERS += src/renderer.h \ src/traverser.h \ src/nodecache.h \ src/nodedumper.h \ + src/PolySetCache.h \ src/PolySetEvaluator.h \ src/CSGTermEvaluator.h \ src/myqhash.h \ @@ -208,6 +209,7 @@ SOURCES += src/openscad.cc \ src/qhash.cc \ src/Tree.cc \ src/mathc99.cc \ + src/PolySetCache.cc \ src/PolySetEvaluator.cc cgal { |