I'm attempting to model inflows at opposite ends of a room.
It seems to me that doing both
turb.synthesize(flags, octaves, k, switchLength, scale, velInflowL)
turb.synthesize(flags, octaves, k, switchLength, scale, velInflowR)
if velInflowL and velInflowR are in opposite directions may not be a good idea.
Is the best solution to have two different particle systems?
If so, is it possible to view both systems (in GUI) at once?
Also, is it possible to hide (all) particle systems so that the particles doesn't hide the velocity field?
Thank you