I’m trying to convert 3D space coordinates to screen coordinates and place a widget there.
However, because the canvas on which the widget is placed does not cover the entire screen, its position on the canvas will not match its screen coordinates, and the widget will be placed in the wrong place.
I want to fix this, how can I do it?
I tried this and it worked just as I wanted.
Thank you for answering my question.
