Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How to move a fluid without a container?
#5
(10-05-2019, 10:25 AM)josemendez Wrote: Yes, but using local-space simulation to move fluids around is not a good idea, because your'e not actually moving the fluid. You're changing the simulation's reference frame, which "teleports" particles to a new location, but the fluid velocity is not affected by this. Using forces or velocities is much better, and will also allow for CCD (continuous collision detection) and friction to work appropriately.


Yes, correct. Particles in one solver are completely independent of particles in other solvers. Each solver is a separate "world", so to speak.

Thank you so much for showing patience! With each answered question, it becomes more and more clear to me: how your asset works and how I should work with it!
Reply


Messages In This Thread
RE: How to move a fluid without a container? - by MokhovDmitry - 10-05-2019, 10:38 AM