Skip to content

point pickig with msaa was using a msaa depth buffer

Ken Martin requested to merge ken-martin/vtk:fix_point_picking_with_msaa into master

msaa was not being turned off prior to setting the depth buffer on point picking. Mixing a msaa depth buffer with a non msaa color buffer was causing some issues.

Merge request reports