Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Export UV Map has poor UV line quality #268

Open
SamVanheer opened this issue Jan 14, 2023 · 0 comments
Open

Export UV Map has poor UV line quality #268

SamVanheer opened this issue Jan 14, 2023 · 0 comments
Labels

Comments

@SamVanheer
Copy link
Owner

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

@SamVanheer SamVanheer added the bug label Jan 14, 2023
@SamVanheer SamVanheer self-assigned this Jan 14, 2023
@SamVanheer SamVanheer removed their assignment Apr 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant