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

Export UV Map has poor UV line quality #268

Description

@SamVanheer

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions