These ports would be used to reference other nodes
For example, a Transform node needs to keep track of its parent node. Since orodruin is a graph library and has no concept of hierarchy, the parent/child relationship needs to be stored via ports and connections.
We would have a Transform.parent port where the parent node would connect.
These ports would be used to reference other nodes
For example, a Transform node needs to keep track of its parent node. Since orodruin is a graph library and has no concept of hierarchy, the parent/child relationship needs to be stored via ports and connections.
We would have a
Transform.parentport where the parent node would connect.