Kyle-Zagers / Ray-Marching-alpha

Basic 3d engine with ray marching.
2 stars 0 forks source link

Scaling issue with windows scaling #3

Open kai-kawasaki opened 8 months ago

kai-kawasaki commented 8 months ago

The program incorrectly scales to a larger size if the "Display Scaling" is not at 100%. This causes performance issues as well as the displayed window itself is incorrect.

kai-kawasaki commented 8 months ago

Fixing this issue is top priority as most devices have a window scaling that is not 100% by default.

kai-kawasaki commented 8 months ago

Affects the program regardless of resolution or if the program is in fullscreen.

kai-kawasaki commented 2 weeks ago

Fixed issue by moving from ModernGL to GLFW