You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
The Export UV Map dialog has poor UV line quality. This is caused by the use of Qt's painting functionality which has trouble creating solid lines.
Once the program is using shaders a framebuffer can be created with render-to-texture support to reuse the OpenGL rendering logic for this feature.
See also:
https://www.khronos.org/opengl/wiki/Framebuffer_Object
http://www.opengl-tutorial.org/intermediate-tutorials/tutorial-14-render-to-texture/
https://learnopengl.com/Advanced-OpenGL/Framebuffers
The text was updated successfully, but these errors were encountered: