Hey, I am trying to make an external overlay for Minecraft (proof-of-concept).
I want to make external block overlays in C++ rendered over the top of the game. In order to do this for a target block, I need the screen locations of the 4 block corner point positions in the player's view in XY format.
This position depends on multiple factors including Player Location, Yaw, Pitch, FOV, Monitor Resolution and whether the game is being played in Full Screen or Windowed mode.
It would be great to find a solution - the game is always played in full screen and the monitor resolution is 1920x1080
Can anybody help me with this and show me how I would go about doing it?
Thanks,
aloha087