Hi!
I tried to create waves on any surface, and this is what I’ve achieved so far, as shown in the picture. The ultimate goal would be to keep the edges of any surface stationary while the rest of it becomes wavy.
you need to isolate the control points along the edge of the surface in such a way to not apply any transformation to those, and only apply wave-transform to the inside points
then you can put all the points back together into the same List (with same initial Point order) and build the new Surface from Points based on those
I think this might be a good use-case for the Sift Pattern + Combine Data components
1 Like