I'm curious how the resulting curve/surface would be affected if our lerping hierarchy was logarithmic rather than linear - e.g. lerp between 1 and 2, then lerp between 3 and 4, then lerp the two results; 2 and 3 are not lerped together.
I'm curious how the resulting curve/surface would be affected if our lerping hierarchy was logarithmic rather than linear - e.g. lerp between 1 and 2, then lerp between 3 and 4, then lerp the two results; 2 and 3 are not lerped together.