Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-07 | Allow render_polyset() to return NULL | Marius Kintel | |
2010-11-03 | Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in ↵ | Marius Kintel | |
OpenCSG mode | |||
2010-10-31 | Reenabled CGAL rendering | Marius Kintel | |
2010-10-31 | Don't assert dimension - groups without geometry will have dimension 0 | Marius Kintel | |
2010-10-31 | Added CSGTextCache for experimenting with cache-tree organization | 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 | Reenabled polygon winding exception catch | Marius Kintel | |
2010-10-31 | Enabled Csg and Intersection nodes in CGALRenderer, added more tests | Marius Kintel | |
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 | |