Camera setParent is undefined

I dunno if its known but camera.setParent() is undefined, yet camera.parent = node works. Yet a camera is a parentable node.

yup setParent has a special way of working keeping everything in place which is not necessarily possible due to camera constraints.

.parent = is a simple parenting assignment without logic available on any nodes.

1 Like

Oh ok