Can mesh child has multiple parent

I’d like to have the mesh move together with another mesh, I think I should use setParent, is it possible for one child mesh to have multiple parent? So, it can move together with different parent (these parents won’t move together)?

Nope the scene is a tree and I can not imagine how hard it would be to manage as a graph :slight_smile:

1 Like

If there is any other way you can make one mesh move with another mesh, except for parent and child way?

@pigga
Can’t you switch the parent depending on which one moves?

3 Likes

Good idea, thanks