Jump to content

how to create voronoi morph


tom22

Recommended Posts

This would be a MOPs way to do it... less VEX but a few more nodes involved to get the scale fake working as intended. If you could guarantee an equal number of chunks on both sides of the equation, it'd be easier to blend transforms from A to B via MOPs Apply Attributes, but it's hard to guarantee chunk counts with voronoi.

ban_matt_estela.gif.0e3dcbe6950e24066f5a576994df6b1e.gif

voronoi_morph.hip

Edited by toadstorm
line break
  • Like 6
Link to comment
Share on other sites

  • 3 years later...
On 4/20/2021 at 9:58 AM, mestela said:

I had a go. I'm positive there's an easy way to do this in mops, but I'm a masochist and enjoyed the challenge of doing this from scratch. Definitely look into mops if you want to do more of these kind of things!

morph3.gif.22ce3c1dad93a91bfaa816e868fb5369.gif

 

The vex looks a bit scary, but its mainly a few ramps controlling when and how the chunks get moved:

  • get a horizontal ramp from the bounding box
  • run it through a few channel ramps, each ramp controls a different part of the effect; eg a ramp that tells the noise to start at 0, go to 1, then back to 0, while another ramp determines when the pieces morph from word A to word B, while others control scale
  • add time to the ramped values, clamp it, so that it slides through the words
  • modify the transform of each chunk. make chunks from word A start with a scale of 1, then scale to 0, while word B does the opposite
  • word A chunks start with no rotation, then gradually start to rotate while they scale down, word B does the opposite
  • finally blend (lerp) the positions from word A to word B, adding some animated noise in the middle bit as they move. The cross-fading of scales hides the transition between word A and word B.

 

 

voronoi_morph_v03.hip 153.86 kB · 117 downloads

Can you make the same setup using vops? 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...