Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-14 | Added assert for issue #403 | Marius Kintel | |
2013-05-24 | Initial implementation of improved operator handling. Provides the bulk of ↵ | Marius Kintel | |
work for #304 | |||
2012-08-18 | initial 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-18 | bugfix: default parameters should be in class declaration only | Marius Kintel | |
2012-08-18 | maintain order of polygons in evaluateCGALMesh to fix issue 177. add option ↵ | don bright | |
to dump more info to csgchain | |||
2011-12-27 | Merge branch 'master' into color-priority | Marius Kintel | |
2011-12-26 | Refactored normalization into a separate class, hard-limited normalization ↵ | Marius Kintel | |
to stop at 5000 nodes to keep from normalizing 'forever' | |||
2011-12-25 | Color overriding now works. The outermost color will win if multiple colors ↵ | Marius Kintel | |
are specified for the same object | |||
2011-12-23 | Fixed CSG regression reported by Ed Nisley; bounding boxes are now ↵ | Marius Kintel | |
transformed correctly | |||
2011-12-22 | Implemented CSG tree pruning - this should significantly improve performance ↵ | Marius Kintel | |
of difficult models in OpenCSG preview mode | |||
2011-12-21 | Added note about tree pruning | Marius Kintel | |
2011-12-21 | bugfix: Sometimes, the CSG normalization created extremely large trees. ↵ | Marius Kintel | |
Rewrote the algorithm based on the original Goldfeather paper. Fixes #44 | |||
2011-12-06 | Refactoring: Use shared_ptr instead of our own shared pointer implementation ↵ | Marius Kintel | |
for CSGTerm | |||
2011-10-04 | Rewrote some hard to read linear algebra code to use Eigen | Marius Kintel | |
2011-09-11 | Reenabled PolySet caching. Pass shared_ptrs to polysets around to better ↵ | Marius Kintel | |
manage memory | |||
2011-09-09 | Initial 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-08 | Killed some warnings | Marius Kintel | |
2011-09-03 | More de-Qt-ify | Marius Kintel | |
2011-09-02 | Refactoring: Moved color functionality into separate module and node | Marius Kintel | |
2011-08-30 | bugfix: bbox calculation didn't take transformation matrix into account | Marius Kintel | |
2011-08-05 | Started on getBoundingBox functionality, refactored some vector code as part ↵ | Marius Kintel | |
of this initiative | |||
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-01-21 | Copyright updates | Marius Kintel | |
2010-11-03 | Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in ↵ | Marius Kintel | |
OpenCSG mode | |||
2010-10-31 | CSGTermRenderer refactoring: Added matrix to traversal state | Marius Kintel | |
2010-02-01 | Clifford 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-30 | header file reorg | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | reorganized file structure layout. more to follow... | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c |