Model Scalar Display interpolation on RGB not Scalars

I am not sure my observation is correct, but i get an issue on model scalar display in the transition area. As below image show, the color within triangle seems from interpolation of vertex RGB colors. What I expect is interpolation of vertex scalar values in the transition area, then map the scalar value to color for display, not directly interpolate the vertex RGB colors showing no meaningful colors. Any suggestion to get that? Thank you very much for any comments.

image

I think yes, that rgb interpolation would be happening in the GPU based on the vertex scalars being mapped to colors in the rendering pipeline. Using a higher resolution mesh is one option. A better solution would involve a custom fragment, but that’s a challenge for a lot of reasons.

Thanks for the reply. Looks like I am going to live with it.