Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-06 | Moved % modifier handling from node to nodedumper. This makes nodes with % ↵ | Marius Kintel | |
operators use the existing cache instead of recalculating the object | |||
2011-09-30 | Cleaned up some unnecessary includes | Marius Kintel | |
2010-11-07 | COMPAT mode not needed anymore | Marius Kintel | |
2010-10-31 | CSGTermRenderer refactoring: Added matrix to traversal state | Marius Kintel | |
2010-10-31 | Another 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-31 | Initial implementation of CGALRenderer | Marius Kintel | |
2010-10-31 | Mostly completed test implementation of text-based CGALRenderer | Marius Kintel | |
2010-10-31 | Added CGALRenderer + some minor fixes | Marius Kintel | |
2010-10-31 | some FIXMEs | Marius Kintel | |
2010-10-31 | Committed current version of visitor refactoring | Marius Kintel | |