SP3-12 Scene Graph Fixes #34

Merged
direnbharwani merged 2 commits from SP3-12-SceneGraph into main 2022-09-20 15:37:58 +08:00

2 Commits

Author SHA1 Message Date
Cocoa f4bf895e45 Fixed constness of functions in scene graph 2022-09-20 15:35:10 +08:00
Cocoa c0290b7185 Added fixes to scene graph. Read description for details.
1. Scene graph creates a root on construction. EntityID is set to MaxEID. The root is not intended to be modified.
2. When adding a node, if the 2nd arg (parent) is omitted, the node will be a child of the root.
2022-09-20 01:31:59 +08:00