Hi. Wondering if someone can help.
I am using CPU particles that collide with the world and then freeze. As you can see in [this video][1] the particles collide properly but at the point of freezing, their location changes slightly. This happens on the max collision even if they don’t freeze (halt collisions only). I’ve tried various tweaks to do with size, rotation, physics, but nothing seems to help.
GPU particles don’t seem to have this problem, but the reason I’m using C PU particles is because I need them to be masked/opaque to work properly with my PP blendable. As far as I know GPU particles cannot be masked or opaque, so using GPU particles is not an option.
Here is the collision module set-up:
Any ideas how to make the particles keep the same position when they freeze?