plenty of additions to rendering. transformation now work almost as expected ...
This commit is contained in:
parent
841b0eeb46
commit
40b84fb78f
18 changed files with 242 additions and 251 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue