Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Constant fluid flow
#1
Hello!

Is there a way to make fluid move constantly in specific direction or not change its velocity in its life time duration?
Reply
#2
(24-02-2021, 08:22 AM)Kyiba Wrote: Hello!

Is there a way to make fluid move constantly in specific direction or not change its velocity in its life time duration?

That would basically bypass the fluid simulation, so I'm not sure why you'd want to do this but yes: you can simply constraint the velocity of each particle in any way you need.

To access particle velocities, use the particle API:
http://obi.virtualmethodstudio.com/tutor...icles.html
Reply
#3
(24-02-2021, 08:37 AM)josemendez Wrote: That would basically bypass the fluid simulation, so I'm not sure why you'd want to do this but yes: you can simply  constraint the velocity of each particle in any way you need.

To access particle velocities, use the particle API:
http://obi.virtualmethodstudio.com/tutor...icles.html
 Thank you, in short its for game where i need fluid to constantly move through pipes that are "flat"
Reply