Vortren Posted June 7, 2019 Share Posted June 7, 2019 (edited) 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. Edited June 7, 2019 by Vortren Quote Link to comment Share on other sites More sharing options...
chrisribar Posted June 7, 2019 Share Posted June 7, 2019 i don't think your image loaded Quote Link to comment Share on other sites More sharing options...
Vortren Posted June 7, 2019 Author Share Posted June 7, 2019 14 minutes ago, chrisribar said: i don't think your image loaded Updated. Quote Link to comment Share on other sites More sharing options...
Lucy Coleclough Posted June 8, 2019 Share Posted June 8, 2019 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.