Hi there, i’m working on this pen where i’m attempting to bend a long geometry at X height by X degrees and for X area of effect. https://codepen.io/funianrun/pen/QzQQJB
I’ve managed to bend it in a long arcing motion. However i’d like to confine the bend to only a section of the cylinder and not the entire thing. In my main project, the geometry is bent after applying effects like waves, and after extruding it from a bezier curve created in a 2D canvas.
I tried lerping from the original vector to the new vector created by the bend formula, but it creates a sharp hacked off shape at the bend point.