Solved

Does the constant interpolation method in the surfaceDraper transformer takes into account X, Y and Z coordinates (2.5D) or is it only looking at the closest 2D value in X and Y coordinates?


Badge
Does the constant interpolation method in the surfaceDraper transformer takes into account X, Y and Z coordinates (2.5D) or is it only looking at the closest 2D value in X and Y coordinates?
icon

Best answer by saraatsafe 14 March 2023, 20:33

View original

4 replies

Userlevel 2
Badge +6

Hi @sibe​, the CONSTANT Interpolation Method takes z values into account; it draws on the z value of the closest vertex in the underlying model. Feel free to take a look at the SurfaceDraper's documentation for more. I hope this helps!

Badge

How is the closest vertex determined? Based on X, Y or X, Y, Z?

Userlevel 2
Badge +6

How is the closest vertex determined? Based on X, Y or X, Y, Z?

Hi @sibe​, the closest vertex is determined via X, Y only. Hope this helps!

Badge

Thank you

Reply