Obi Official Forum

Full Version: how to make particles not following emmiter?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi 
i made a firetruck and i used obi fluid to create water, but when truck moves or rotate particles follow its movements .
what should i do to make particles not following emmiter?
(03-11-2022, 07:34 AM)AAABBBCCC Wrote: [ -> ]hi 
i made a firetruck and i used obi fluid to create water, but when truck moves or rotate particles follow its movements .
what should i do to make particles not following emmiter?

Particles won't follow the emitter, they'll follow the solver. This is because the simulation takes place in the solver's local space, see:
http://obi.virtualmethodstudio.com/manua...olver.html

Quote:Solvers always perform the simulation in local space. This means that translating, rotating or scaling the solver will rigidly transform the simulation as a whole.

The typical setup to simulate in world space instead is to have a single solver at the center of your scene, and then have multiple emitters under its hierarchy.

kind regards,
(03-11-2022, 08:34 AM)josemendez Wrote: [ -> ]Particles won't follow the emitter, they'll follow the solver. This is because the simulation takes place in the solver's local space, see:
http://obi.virtualmethodstudio.com/manua...olver.html


The typical setup to simulate in world space instead is to have a single solver at the center of your scene, and then have multiple emitters under its hierarchy.

kind regards,
Thank you for the super fast response