csgtermtest output has changed after refactoring

svg-export
Marius Kintel 2014-02-03 23:33:14 -05:00
parent 360622109a
commit 17dc062904
2 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ int cmdline(const char *deps_output_file, const std::string &filename, Camera &c
std::vector<shared_ptr<CSGTerm> > highlight_terms;
std::vector<shared_ptr<CSGTerm> > background_terms;
CSGTermEvaluator csgRenderer(tree, &geomevaluator);
CSGTermEvaluator csgRenderer(tree);
shared_ptr<CSGTerm> root_raw_term = csgRenderer.evaluateCSGTerm(*root_node, highlight_terms, background_terms);
fs::current_path(original_path);

View File

@ -1 +1 @@
((((((sphere12 + cube25) + sphere26) + cylinder27) + polyhedron28) + square29) + circle30)
No top-level CSG object