Skip to content
Snippets Groups Projects
Commit 28315123 authored by Utkarsh Ayachit's avatar Utkarsh Ayachit
Browse files

QVTKOpenGLWidget: alpha blending issue

A more robust approach to addressing QVTKOpenGLWidget's propensity to
blend into desktop background. If the framebuffer has non-1 alpha, Qt 5
ends up blending into the desktop causing bleed throughs.

Now we clear the alpha buffer entirely in each `paintGL` call and fill
it with 1.
parent 5d6f868c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment