I am trying to anchor a 3D model to the top right corner of the screen. I can get it in the position i want, so that when i rotate the camera and move, it stays in the same location, however, if the window is resized, the model will eventually go off screen, not desired outcome.
I referenced the Character demo, and was thinking similar to how the third person camera works, however, this isn’t the complete solution.
The below code puts the model in the corner, but only for the current resolution, and doesn’t scale it properly.
Thanks in advance