Commit 645c52c1 authored by John Harwell's avatar John Harwell
Browse files

Added OffScreenOpenGLRenderer. This off screen rendered is a new mode for...

Added OffScreenOpenGLRenderer.  This off screen rendered is a new mode for capturing images.  When OpenGL multisampling was added for antialiasing, the antialiasing did not work with QGLWidget::renderPixmap.  Anti-aliasing does work with this new off screen renderer.  This off screen renderer does work with the newer QOpenGLWidget but multisampling does not work with QOpenGLWidget so we remain using the deprecated QGLWidget.
parent 802c9188
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment