ObiNon Posted July 5, 2017 Share Posted July 5, 2017 I am working with POPs and I want to emitted a random number of particles every N frames ... so I am using the following in my impulse count.... if($FF % 20==1 , fit(rand($FF*5), 0, 1, 0, 10), 0 ) to emit between 0 and 10 particles every 20 frames. My question is ... how can I create a sorry of fuzzy emission frame ... instead of every 20 frames ... id like it to be ever 20 frames with a few getting emitted within a given tolerance of 20. Thanks Quote Link to comment Share on other sites More sharing options...
Noobini Posted July 6, 2017 Share Posted July 6, 2017 not directly answering your question...but just one (my) way of doing things... In popsource1, Freq is pretty obvious, the Cut Off is like 'spread'...the more you cut off (closer to 1), the sharper the emission...the less you cut off (closer to 0)..the more it spreads out over time... vu_BirthCycles.hipnc 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.