Skip to content

Fix gradient issue at apex of pyramid cells

Kenneth Moreland requested to merge kmorel/vtk-m:more-gradient-testing into master

The gradient is malformed at the apex of a pyramid. To get around this, steal a trick from the VTK source where in this case interpolate some values a little bit into the interior of the cell.

Also expand the gradient worklet tests to include all cell types.

Merge request reports