Packed Pop object pscale

   1181   1   1
User Avatar
Member
7 posts
Joined: 5月 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: 10月 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 - 2019年8月19日 15:45:51
  • Quick Links