How to add an object as a child of other object

Hi in AR Scene in IOS , I´m trying to add a box as a child of a Node , i know to do programmatically , but i don´t know how to do with Interface Builder , how I can do this?

Replies

Hello! In the SceneKit editor, there is a button in the lower left corner (just above the output view) that shows/hides the “Scene Graph View”. The Scene Graph View shows you all of your nodes, if you right click one of the nodes, you will see an option to add a child node! You can also drag the nodes to set them as a child, similar to how you can organize your file heigharchy in the project navigator.