Obi Official Forum
Help Fluid dipping effect. Is it possible? - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Fluid (https://obi.virtualmethodstudio.com/forum/forum-3.html)
+--- Thread: Help Fluid dipping effect. Is it possible? (/thread-2222.html)



Fluid dipping effect. Is it possible? - nRonko - 04-05-2020

Hi everyone!
I am looking for a solution that will create the effect of spraying paint on water and mixing. Is it possible with OBI Fluid? An example here: Youtube video example


RE: Fluid dipping effect. Is it possible? - josemendez - 05-05-2020

(04-05-2020, 09:14 PM)nRonko Wrote: Hi everyone!
I am looking for a solution that will create the effect of spraying paint on water and mixing. Is it possible with OBI Fluid? An example here: Youtube video example

Nope, a particle-based fluid simulator is not a good choice for this at all. You're not interested in simulating the entire volume of fluid, only the surface. Moreover, you want an easy way to convert the result to a texture, which is a grid-like structure.

so 2D grid-based fluid simulators are a much better choice. After the paint has been mixed, a good old texture projector can be used to transfer it to the surface of an object.

Cocuy comes to mind: https://assetstore.unity.com/packages/tools/particles-effects/cocuy-the-fluid-simulator-33564.
Note I'm not the developer of Cocuy, not advocating for it. Simply using it as an example of what I mean.


RE: Fluid dipping effect. Is it possible? - nRonko - 05-05-2020

(05-05-2020, 08:02 AM)josemendez Wrote: Nope, a particle-based fluid simulator is not a good choice for this at all. You're not interested in simulating the entire volume of fluid, only the surface. Moreover, you want an easy way to convert the result to a texture, which is a grid-like structure.

so 2D grid-based fluid simulators are a much better choice. After the paint has been mixed, a good old texture projector can be used to transfer it to the surface of an object.

Cocuy comes to mind: https://assetstore.unity.com/packages/tools/particles-effects/cocuy-the-fluid-simulator-33564.
Note I'm not the developer of Cocuy, not advocating for it. Simply using it as an example of what I mean.

Thank you, Josemendez. I will look at Cocuy asset  Corazón