summaryrefslogtreecommitdiff
path: root/src/csgterm.cc
AgeCommit message (Collapse)Author
2013-06-14Added assert for issue #403Marius Kintel
2013-05-24Initial implementation of improved operator handling. Provides the bulk of ↵Marius Kintel
work for #304
2012-08-18initial rework to enable eigen3 per issue #174.don bright
1. enable eigen3 in qmake build system 2. convert Transform3d and cwise() per the eigen2->eigen3 porting faq online 3. get rid of 'using namespace boost::filesystem' as it conflicts with eigen3
2012-08-18bugfix: default parameters should be in class declaration onlyMarius Kintel
2012-08-18maintain order of polygons in evaluateCGALMesh to fix issue 177. add option ↵don bright
to dump more info to csgchain
2011-12-27Merge branch 'master' into color-priorityMarius Kintel
2011-12-26Refactored normalization into a separate class, hard-limited normalization ↵Marius Kintel
to stop at 5000 nodes to keep from normalizing 'forever'
2011-12-25Color overriding now works. The outermost color will win if multiple colors ↵Marius Kintel
are specified for the same object
2011-12-23Fixed CSG regression reported by Ed Nisley; bounding boxes are now ↵Marius Kintel
transformed correctly
2011-12-22Implemented CSG tree pruning - this should significantly improve performance ↵Marius Kintel
of difficult models in OpenCSG preview mode
2011-12-21Added note about tree pruningMarius Kintel
2011-12-21bugfix: Sometimes, the CSG normalization created extremely large trees. ↵Marius Kintel
Rewrote the algorithm based on the original Goldfeather paper. Fixes #44
2011-12-06Refactoring: Use shared_ptr instead of our own shared pointer implementation ↵Marius Kintel
for CSGTerm
2011-10-04Rewrote some hard to read linear algebra code to use EigenMarius Kintel
2011-09-11Reenabled PolySet caching. Pass shared_ptrs to polysets around to better ↵Marius Kintel
manage memory
2011-09-09Initial attempt of cleaning up polyset handling. PolySet no longer keeps a ↵Marius Kintel
refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator
2011-09-08Killed some warningsMarius Kintel
2011-09-03More de-Qt-ifyMarius Kintel
2011-09-02Refactoring: Moved color functionality into separate module and nodeMarius Kintel
2011-08-30bugfix: bbox calculation didn't take transformation matrix into accountMarius Kintel
2011-08-05Started on getBoundingBox functionality, refactored some vector code as part ↵Marius Kintel
of this initiative
2011-04-12Ported recent changes to master into the visitor branchMarius Kintel
2011-01-21Copyright updatesMarius Kintel
2010-11-03Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in ↵Marius Kintel
OpenCSG mode
2010-10-31CSGTermRenderer refactoring: Added matrix to traversal stateMarius Kintel
2010-02-01Clifford Wolf:clifford
Added CGAL exception to all copyright notes, as it is suggested on: http://www.cgal.org/license.html http://www.fsf.org/licensing/licenses/index_html git-svn-id: http://svn.clifford.at/openscad/trunk@405 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30header file reorgkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30reorganized file structure layout. more to follow...kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c
contact: Jan Huwald // Impressum