plenty of additions to rendering. transformation now work almost as expected ...

This commit is contained in:
Hartmut Seichter 2019-02-12 21:28:20 +01:00
parent 841b0eeb46
commit 40b84fb78f
18 changed files with 242 additions and 251 deletions

View file

@ -42,7 +42,7 @@ int main(int argc,char **argv) {
node::ref root(std::make_shared<node>());
root->set_name("root");
root->add_child()->set_name("sub-1");
// root->add_child()->set_name("sub-1");
// node::ref sub_2_1 = std::make_shared<node>("sub-2-1");