diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-23 13:33:40 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-23 13:33:40 (GMT) |
commit | 9fa18d53921ed7b2da4892d12958a6705f5a960b (patch) | |
tree | ac503d2ea722eb1ad7af6cd39d8b6eeec9056789 /openscad.pro | |
parent | 03a2da9f4a63d8e384c91b0daf41eecdb9079336 (diff) |
Fixed CSG regression reported by Ed Nisley; bounding boxes are now transformed correctly
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index ac49807..50a419d 100644 --- a/openscad.pro +++ b/openscad.pro @@ -232,6 +232,7 @@ SOURCES += src/openscad.cc \ src/CSGTermEvaluator.cc \ src/Tree.cc \ src/mathc99.cc \ + src/linalg.cc \ src/PolySetCache.cc \ src/PolySetEvaluator.cc |