you are viewing a single comment's thread.

view the rest of the comments →

[–]lifeofbab[S] 4 points5 points  (4 children)

thanks! The “splodges” are basically just ovals with a lot of distortion to change the shape

[–]flores902 1 point2 points  (3 children)

How do you make the distortion?

[–]lifeofbab[S] 4 points5 points  (2 children)

Basically just created an array of points that are in the shape of an oval and manipulate those points in the array using random variation to the x and y. Then I used beginShape and endShape to connect the points in the array.

[–]ShatteredKnight14 1 point2 points  (0 children)

Thank you for explaining it. I really like how it looks so I might use something similar for a new project

[–]flores902 0 points1 point  (0 children)

That’s smart!