Skip to content
Snippets Groups Projects
  1. Jun 26, 2017
  2. Jun 23, 2017
  3. Jun 22, 2017
  4. Jun 14, 2017
  5. Jun 07, 2017
  6. Jun 01, 2017
  7. May 30, 2017
    • Utkarsh Ayachit's avatar
      Cleanup logic to propagate device pixel ratio. · e87abbc7
      Utkarsh Ayachit authored
      QVTKOpenGLWidget now propagates device pixel ratio, widget size, and
      widget position to the render window and interactor in `recreateFBO`.
      That method gets called when these parameters are changed through
      various scenarios e.g widget resize, opengl context change, screen
      change, etc.
      e87abbc7
  8. May 29, 2017
  9. May 23, 2017
    • Utkarsh Ayachit's avatar
      QVTKOpenGLWidget: alpha blending issue · 28315123
      Utkarsh Ayachit authored
      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.
      28315123
  10. May 22, 2017
  11. May 19, 2017
  12. May 18, 2017
  13. May 17, 2017
  14. May 16, 2017
Loading