Packed Pop object pscale

   1209   1   1
User Avatar
Member
7 posts
Joined: May 2018
Offline
hey guys,

im trying to animate pscale up for packed pop objects by age attribute.
(older = larger)
any idea to help me out?

thank you
User Avatar
Member
191 posts
Joined: Oct. 2018
Offline
I usually use something like this in a point wrangle:

float ageRemap = chramp("age_remap", f@age / f@life);

f@pscale = chramp("pscale", rand(i@id)) * ch("size");
f@pscale *= ageRemap;

Just click the button to create the spare parameters and use the ramps to control the size. You don't have to use the random pscale ramp if you don't want to.
Edited by krueger - Aug. 19, 2019 15:45:51
  • Quick Links