03-08-2020, 12:00 PM
(03-08-2020, 11:53 AM)amperdev Wrote: Can't I trigger the Obi particles to stop using gravity so they float off while changing their material color?
Yes, but it doubt that would give a very convincing boiling fluid effect. Would look more like colorful zero-g water

(03-08-2020, 11:53 AM)amperdev Wrote: As for faking it how would you go about adding force to the liquid? say I'd want it to start boiling when it enters a trigger.
Just write some values in the solver.externalForces array. This is a per-particle array containing the total external force for each particle.
To get contact info for the current frame, subscribe to the solver's OnCollision event. Then you can filter contacts to determine which ones involve the trigger:
http://obi.virtualmethodstudio.com/tutor...sions.html