I want to morph some text from it’s rectangular shape to another shape, such as an oval, so the letters would get morphed to fill the supplied boundary shape.
I initially thought I could do this with Sporph but I think maybe I have misunderstood what Sporph can do…
MORPH_TEXT_TO_SHAPE.gh (7.5 KB)
Any pointers?
The idea is to divide the new curve in 4 parts, then make a surface with the 4 curves, then Sporph. In you example you haven’t a surface but a Trimmed surface (underlying surface is a rectangle)
…
Morphgridtotargetboundary_LD2.gh (36.9 KB)
The most simple I can do
MORPH_TEXT_TO_SHAPE LD.gh (12.2 KB)
4 Likes
That’s great, thanks for the explainer and I will look at that link too.
I added a flip curve to get the text the right way round!