Skip to content

Fix color rendering when using MapperQuad

This fix lerps the scalar field values at points of ray intersection, ensuring rendering of quads pick the correct lerped color instead of using the same color for the entire quad.

Before:

Before: Explicit3D

After:

After: Explicit3D

Fixes #664 (closed)

Edited by Manish Mathai

Merge request reports

Loading