Hey there! Hope you are all doing well!
I am using Obi fluid 6.5. So If I need to change collision category for all particles of the same emitter I could do it with
My question is how to change collision category only for some particles of the same emitter? For example some particles collided with smt, then their collision category will be changed.
Is this possible? Thanks in advance!
I am using Obi fluid 6.5. So If I need to change collision category for all particles of the same emitter I could do it with
Code:
if (emitter != null) emitter.SetFilterCategory(0);
My question is how to change collision category only for some particles of the same emitter? For example some particles collided with smt, then their collision category will be changed.
Is this possible? Thanks in advance!