summaryrefslogtreecommitdiff
path: root/src/transform.cc
AgeCommit message (Collapse)Author
2013-04-26Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵Marius Kintel
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
2013-04-18Cleaned up argument list handling, related to #116Marius Kintel
2013-04-09Refactored context handling into using separate Module contexts and Eval ↵Marius Kintel
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116
2013-02-16solve some floating point comparison issues in multmatrix dump().don bright
also indent some stuff properly
2013-02-14deal with test suite issues under mingw-cross compile and winedon bright
2012-08-22Bugfix: rotate() with a vector argument with less that 3 elements used ↵Marius Kintel
uninitialized variables, ending up being non-deterministic. Fixes #152
2012-03-27Rewrote the Value class to be based on boost::variant - this should reduce ↵Marius Kintel
memory footprint and improve performance
2012-02-19bugfix: Fix crash bug when using zero scale factors. Reported by Alan CoxMarius Kintel
2011-11-06Slight refactoring of builtin function and module handlingMarius Kintel
2011-10-04Rewrote some hard to read linear algebra code to use EigenMarius Kintel
2011-09-30Removed unused includesMarius Kintel
2011-09-08Removed some obsolete codeMarius Kintel
2011-09-04Ported use for Qt's foreach to BOOST_FOREACHMarius Kintel
2011-09-03Ported a bunch of stuff from Qt to STLMarius Kintel
2011-09-02Refactoring: Moved color functionality into separate module and nodeMarius Kintel
2011-08-04Added FIXME for new alpha handlingMarius Kintel
2011-08-04De-Qt-ified AbstractNodeMarius Kintel
2011-07-30fixed merge conflictsMarius Kintel
2011-07-13add better alpha syntax for named colorsDon Bright
2011-07-11merged in recent changes in masterMarius Kintel
2011-07-04Allow the color() command to use names as well as numbers.Don Bright
With fix for a bug where alpha of 0.0 was mishandled applied.
2011-04-12Ported recent changes to master into the visitor branchMarius Kintel
2011-01-21Copyright updatesMarius Kintel
2010-10-31Reverted accidental commitskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c
2010-10-31Committed current version of visitor refactoringkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c
2010-10-31Added AbstractNode::name(), changed CSGTextRenderer to use this instead of ↵Marius Kintel
the rtti name
2010-10-31CSGTermRenderer refactoring: Added matrix to traversal stateMarius Kintel
2010-10-31Started refactoring of render_csg_term() into a visitorMarius Kintel
2010-10-31Another refactoring session:Marius Kintel
o mk_cache_id() obsoleted by removing the node index from the dump o node index output removed from each node and make optional in NodeDumper o The visitors are no longer global, but associated with a tree o Added Tree class to manage node trees and the (now implicit) dump cache o Moved PolySet cache into PolySetRenderer
2010-10-31Removed temporary REMOVE_DUMP defineMarius Kintel
2010-10-31Initial implementation of CGALRendererMarius Kintel
2010-10-31Mostly completed test implementation of text-based CGALRendererMarius Kintel
2010-10-31Added REMOVE_DUMP defineMarius Kintel
2010-10-31Committed current version of visitor refactoringMarius Kintel
2010-03-03Call progress callback for each child node of boolean opskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@479 b57f626f-c46c-0410-a088-ec61d464b74c
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