I have a researcher interested in constructing a dataset for volumetric visualization out the interpolation of two planes that are offset from each other
In between I’d hope to have something like the interpolation of the values on the planes.
I tried making the planes, point data and then using the point volume interpolation, but I can’t get it to perform the interpolation strictly along something like the normal vector of the surface?
I did get close I think with the linear kernel, and “n closest” as the footprint, but I can tell that it’s also mixing values with neighboring points along the same plane which wasn’t the goal necessarily (although I might need to check with the researcher if this behavior is to be avoided)?