Marius Kintel
|
d8523ae6be
|
AST refactor: Refactored the visitor system to a more general purpose visitor
|
2016-06-13 19:35:43 -04:00 |
|
Marius Kintel
|
7800683cf1
|
AST refacroting: Green refactoring preparing for a more general visitor system: Made accept() a macro and use a common supertype BaseVisitable.
|
2016-06-13 19:35:42 -04:00 |
|
Ben Gamari
|
ff466c2189
|
Switch from #define guards to #pragma once
As well as a few whitespace cleanups
|
2014-04-28 13:32:19 -04:00 |
|
Marius Kintel
|
f5e0f3a531
|
Rewrote some hard to read linear algebra code to use Eigen
|
2011-10-04 03:41:43 +02:00 |
|
Marius Kintel
|
ed8a99ed55
|
Refactoring: Moved color functionality into separate module and node
|
2011-09-02 23:35:10 +02:00 |
|
Marius Kintel
|
d0390c41a2
|
Added AbstractNode::name(), changed CSGTextRenderer to use this instead of the rtti name
|
2010-10-31 02:42:38 +02:00 |
|
Marius Kintel
|
93f3d4a1b6
|
CSGTermRenderer refactoring: Added matrix to traversal state
|
2010-10-31 02:42:38 +02:00 |
|
Marius Kintel
|
f0b49ee9e9
|
Started refactoring of render_csg_term() into a visitor
|
2010-10-31 02:42:38 +02:00 |
|
Marius Kintel
|
99f406d994
|
Removed temporary REMOVE_DUMP define
|
2010-10-31 02:42:35 +02:00 |
|
Marius Kintel
|
184d0e041f
|
Initial implementation of CGALRenderer
|
2010-10-31 02:42:35 +02:00 |
|
Marius Kintel
|
7468c94067
|
Mostly completed test implementation of text-based CGALRenderer
|
2010-10-31 02:42:34 +02:00 |
|