Skip to content

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.

Merge request reports