Jump to content

Scatter points and cellular noise


RTHMan

Recommended Posts

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));



 

addasfssssdhjj.gif

addasfssssdhjjs.gif

Edited by Librarian
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...