Hi all,
I want to be able to morph the result of displaying vector images.
Assume, that i have a regular field of hexagons, each created with beginShape(), endShape() and vertex() in the middle.
Like the background of this image:
Now I want to morph the result so that it looks like the background here (ignore the rest of the image):
Is that possible in processing?
Note, that i cannot just alter the position of the endpoints of the vertices, as I also want to morph the lines so that they are no longer straight but warped.
In the next step, I want to place an non-warped text on top of all this.
I am looking forward to your answers.
1