Bernard397
06-27-2008, 10:08 PM
Hello,
I control the opacity of my particles with the following Runtime expression:
particleShape1.opacityPP=linstep(-1,1,noise(time*5));
Now I want to make an offset for each particle based on partcle ID.
I do this:
particleShape1.opacityPP=linstep(-1,1,noise(time*5)+id);
but that does not seem to work....
thanks,
bern
I control the opacity of my particles with the following Runtime expression:
particleShape1.opacityPP=linstep(-1,1,noise(time*5));
Now I want to make an offset for each particle based on partcle ID.
I do this:
particleShape1.opacityPP=linstep(-1,1,noise(time*5)+id);
but that does not seem to work....
thanks,
bern
