Jump to content

How do I get this type of noise on a particle sim?


Vortren

Recommended Posts

Basically I created a particle system that flows on the geometry and converted it to lines using trails + add node based on the id. I want it to look more like spaghetti lines kinda instead of the straight ones but still flowing along properly. How would I approach this?

 

Thanks a lot.

 

unnamed.png

Edited by Vortren
Link to comment
Share on other sites

You could make a vector 3 noise in vex using the position attribute then use the fit function to put that noise between -1 and 1

Then you can add that noise to the current postition and you should get the desired effect (you can composite in other noises to break it up and make it look snazzy)

That would look bad in motion however so if your model is moving then use a base position attribute as the noise source, you can do this by timeshifting the base model to a desired frame, copying the P attrib from the frozen model to the one in motion and call it baseP or something. Then attribute transfer baseP to your spaghettis points to use as the noise source.

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...