Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can I generate a puddle of water without pouring it?
#1
I would like a puddle of water to be already present in a container at Start, or whenever I call a function for that purpose.

Is it possible to have the water already present in the container, instead of having to pour in into the container?
Reply
#2
(18-05-2020, 02:55 AM)emz06 Wrote: I would like a puddle of water to be already present in a container at Start, or whenever I call a function for that purpose.

Is it possible to have the water already present in the container, instead of having to pour in into the container?

Hi,

Yes, you can use "Burst" emission mode instead of "Stream": http://obi.virtualmethodstudio.com/tutor...tters.html

If you wish the puddle to have a specific shape that does not adjust to one of the existing emitter shapes, you can create your own shape by extending the ObiEmitterShape class, and implementing its GenerateDistribution() method to place particle distribution points where you need.
Reply