Is there a way to copy a node? Right now I've created a NodeBuilder and have set all of it's components to be the same as the node I want to copy. Then I build the new node and add it to the corresponding parent. What I get from this is that the old Node becomes an empty node with node geometry and the new one constructs correctly. I assume the geometry gets referenced to the new node and transfers there. Is there a way to keep both nodes?
Is there a way to copy a node? Right now I've created a NodeBuilder and have set all of it's components to be the same as the node I want to copy. Then I build the new node and add it to the corresponding parent. What I get from this is that the old Node becomes an empty node with node geometry and the new one constructs correctly. I assume the geometry gets referenced to the new node and transfers there. Is there a way to keep both nodes?