Particle Age Based Color Ramp
Moderator: juanjgon
- rustyippolito
- Posts: 95
- Joined: Wed Mar 08, 2017 10:07 pm
Hey Juango- Do you have a simple hip file you could post that shows the correct workflow to get the age attribute on a particle system to drive the color ramp? We have been trying to access the age attribute using a Float_Vertex_Attribute node fed into a range tool to remap the values to 0-1, then feed that into a gradient, but it doesn't respect the age attribute at all and I feel we must be missing a step somewhere along the process. Any info you could supply would be helpful! Thank you!
You need to use normalized age (@nage).
Here you go.
Here you go.
- Attachments
-
- particleAge.zip
- (72.82 KiB) Downloaded 83 times
Win 10 64bit // GTX 4090 + GTX 3090 // 5900x // 64GB // SideFX Houdini // C4D
- rustyippolito
- Posts: 95
- Joined: Wed Mar 08, 2017 10:07 pm
Thanks for this! Had no idea about the normalized age:)