Node Management Confusion
Posted: Tue Feb 19, 2013 2:01 am
I have two Nodes, each 'containing' one or more Entities, all the Entities are instances of Meshes.
So far, so good. However, what I want to do is to have a parent Node and attach the other Nodes to it. The parent Node's Objects therefore consisting only of Nodes - the perpose being that all move/rotate commands are to be applied to the parent.
However, AttachNodeObject(#NodeALL, #NodeModel01) fails with:
[ERROR] Invalid memory access. (read error at address 10)
I can attach all of the entities to one Node, so does this mean it is not permissable to have a parent Node with only Nodes attached?
So far, so good. However, what I want to do is to have a parent Node and attach the other Nodes to it. The parent Node's Objects therefore consisting only of Nodes - the perpose being that all move/rotate commands are to be applied to the parent.
However, AttachNodeObject(#NodeALL, #NodeModel01) fails with:
[ERROR] Invalid memory access. (read error at address 10)
I can attach all of the entities to one Node, so does this mean it is not permissable to have a parent Node with only Nodes attached?