Why convertToWorldSpace() have to be called by node?

In documentation you can read "seems make no sense calling this method if the caller isn’t the parent…"
So why do we have to call it by node if it could be automated. Why can’t it just be
utils::converToWorldSpace() ?

Because you convert a POINT, not a node, so you need to specify the parent.

1 Like