AlexvZyl / NativeFramework

💡 A GPU-accelerated native application framework, with performance and scalability at its core. Written in C++ using GLFW, OpenGL and dear imgui.
4 stars 1 forks source link

OpenGL pixel offset #13

Open AlexvZyl opened 3 years ago

AlexvZyl commented 3 years ago

OpenGL has an offset that cannot be removed (can be seen in AutoCAD). Causes the engines to break when zooming in or out too far.

Seems to have something to do with how OpenGL does rasterization?

AlexvZyl commented 3 years ago

@Cullen-Enerdyne