Hello!
After transferring a color attribute to some points I would like to apply them a force, as long as they have the blue color transferred.
I've tried the following code in the pop force node without success:
vector color= point(0,"Cd",@id);
if(color.z !=0 )
force*=@id;
What am I doing wrong?
Thanks