Skip to content

Update vtkPVRenderViewSettings coincident geometry default to OFFSET_FACES.

Yumin Yuan requested to merge yumin/cmb:coincident-geometry-render-order into master

Paraview and VTK changed how coincident geometries are handled, which broke CMB's use of model vertex, edge and face. In CMB, we expect the rendering order is face, edge, vertex, with vertex always on top of edge, edge always on top of face. This commit fixes vertex and edge are always on top of face, but we still need to figure out how to render vertex always on top of edge.

Merge request reports