TartaricAcid / ExtraPlayerRenderer

Render a player entity on the screen
MIT License
12 stars 2 forks source link

[Bug / Feature] Position is absolute and varies depending on the player's resolution. #5

Open HRudyPlayZ opened 3 years ago

HRudyPlayZ commented 3 years ago

Hey, i'm using your mod as a GUI element for my pack in 1.7.10, but i've noticed the renderer's position doesn't adapt based on the screen resolution. This means some of my players wouldn't see the small doll, or it would be cut off. This effect is even worse at unusual aspect ratios like 21:9. Could you fix it?

TartaricAcid commented 2 years ago

This requires rewriting the position calculation, which is cumbersome

However, isn't it possible to modify the player's position directly in the game?