dscgi89_0 Posted February 13, 2021 Share Posted February 13, 2021 Hello, i m looking how to make something like this https://cgrecord.tv/2017/07/ben-watts-houdini-rd-2017/ben-watts-houdini-rd-2017-2/ Quote Link to comment Share on other sites More sharing options...
Librarian Posted February 14, 2021 Share Posted February 14, 2021 (edited) //KIki MIki In KNitti //Klick i@vertex = pointvertex(0,@ptnum); i@vtx = vertexprimindex(0,@vertex); i@prev_vtx = @vtx-1; i@prev_pt = vertexindex(0,@primnum,@prev_vtx); @prev_pt =vertexpoint(0,@prev_pt); float ramp = @primnum/float(nprimitives(0)-1); ramp = chramp("ramp",ramp); float a = clamp(@vtx-@Time *15+ramp*ch("scale")+5*rand(@primnum),0,1); @N = @vtx > 0? (point(0,"P",@prev_pt)-@P):0; @N = a; @P += @N; if(a ==1) removepoint(0,@ptnum); @dscgi89_0 try this by @Aizatulin and this for Correct Patterns .. Edited February 14, 2021 by Librarian 1 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.