Add a node to unproject 3D position to 2D #5683
timothyqiu
started this conversation in
3D
Replies: 2 comments 2 replies
-
I remember seeing a proposal about adding a new RemoteTransform node to cross the boundary between 2D and 3D. That said, I don't think it's a common use case enough to warrant being a core feature – this can be done with an add-on. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Counter argument: Not everything has to be a node, they have a perf cost |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's trivial to add something like this in
_process()
:I think it could be helpful to add a
Unprojector2D
that extendsNode2D
. When its parent is aNode3D
, it updates its position the match the parent's unprojected position.Beta Was this translation helpful? Give feedback.
All reactions