RTHMan Posted January 29, 2021 Share Posted January 29, 2021 Is it possible to control cellular noise on a mesh with points from the scatter node? Quote Link to comment Share on other sites More sharing options...
Librarian Posted January 29, 2021 Share Posted January 29, 2021 @Bennell I think that you need this its the same thing ..Maybe it Helps ! Plus if you do Search you can Find In Vex ( with tons of Control) . Have Fun https://thebookofshaders.com/12/ NoCell.hiplc Quote Link to comment Share on other sites More sharing options...
Librarian Posted January 29, 2021 Share Posted January 29, 2021 Plus Something https://zhuanlan.zhihu.com/p/115253953 Quote Link to comment Share on other sites More sharing options...
RTHMan Posted January 29, 2021 Author Share Posted January 29, 2021 Can I use curves to control the flow of the cellular noise cells? Quote Link to comment Share on other sites More sharing options...
Librarian Posted January 30, 2021 Share Posted January 30, 2021 (edited) just play with that File make something @Bennell //Over Numbers float u = float(@elemnum)/(@numelem-1); vector circle_pos = 5 *pow(u,2)*set(cos(100*u),sin(100*u)); float v = 0.5-abs(0.5-u); float w = fit(abs(@Time % 1- u),0,0.05*(@Time+0.1),3,0); circle_pos += normalize (circle_pos) *float(u*w*v*onoise(0.05*@elemnum+6.66)); int pt = addpoint(0,circle_pos); setpointattrib(0,"Cd",pt,set(u,v,w)); Edited January 30, 2021 by Librarian Quote Link to comment Share on other sites More sharing options...
RTHMan Posted January 30, 2021 Author Share Posted January 30, 2021 I mean curves on a mesh. Quote Link to comment Share on other sites More sharing options...
Librarian Posted January 30, 2021 Share Posted January 30, 2021 Yes, you can @Bennell ,Assuming you want something like chameleon Skin Scales Or ? Quote Link to comment Share on other sites More sharing options...
RTHMan Posted January 30, 2021 Author Share Posted January 30, 2021 Yes. Dinosaur scales also. Quote Link to comment Share on other sites More sharing options...
Librarian Posted January 30, 2021 Share Posted January 30, 2021 @Bennell Here its File and Combine Knowledge .Post your Result Quote Link to comment Share on other sites More sharing options...
RTHMan Posted January 30, 2021 Author Share Posted January 30, 2021 Dropbox says the item was deleted. 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.