LogicalGeekBoy / logical_zoom

Super simple zoom key for Minecraft
MIT License
52 stars 16 forks source link

Redraws after exiting zoom #3

Closed andrei1015 closed 3 years ago

andrei1015 commented 4 years ago

Noticed an issue after releasing the zoom button, the chunks that were outside of the viewport while zoomed in perform what looks like a redraw. Does not seem to happen every time.

https://www.youtube.com/watch?v=JWWxyW7cYT4

LogicalGeekBoy commented 4 years ago

I've seen this issue too. It seems to only happen in your mouse isn't moving when you release the zoom key. If the camera is moving when you release it seems to be fine. I'll need to do some investigation on how to fix it.

0xJoeMama commented 3 years ago

Not easy to fix. We need to delve deep in the rendering engine, since minecraft is coded to stop drawing chunks that are out of view. There is probably a very small bug, that doesnt make the rendering engine update when fov changes. May be fixed in 1.17 since they are adding the telescope.

andrei1015 commented 3 years ago

oh yea for sure