Realistic Water Translations?

Started by Minigame, December 02, 2014, 07:12:19 AM

Previous topic - Next topic

Minigame

I want some type of "realistic water flow".. Is this possible with jPCT? If so, where do I even begin. I've never done anything like it before.

Example:

EgonOlsen

What exactly is the water supposed to be? A bunch or particles or a deforming mesh or...?

AGP

The short answer is that it's possible, but you have to implement it yourself. I would think that it would either be a particle system (shouldn't be too hard but you never know) or a shader (I wouldn't even know where to start).

Minigame

Do you know how MineCraft water moves? That's the best way I can explain. I'm not looking for particles like splashing, but more so a system which a pool of water can be distributed outwards if there is a downward area it can flow towards.

Edit: Deforming a mesh I suppose? I really don't have a clue where to start with this  :-X

AGP


AGP

If you really wanted to distort the model, I think that the VertexController would be the way to go. But I do think that a particle system (not for splashes, either, but for the drops of water themselves) is what you want here. I think that at least one of the Where's My Water games very visibly shows something the sort but I don't remember, to be honest).