Cool water engine

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Cool water engine

Post by 3DModelerMan »

Hey look at this water engine I found :D
http://www.gameprog.it/hosted/typhoon/
it would be cool if there was one similar that could integrate with Irrlicht, is there anything similar so that you could do oceans that are photorealistic aside from just lake like elvmans water node?.
Thanks :D .
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

That does look pretty damned nice..

Basically you just need some really good shaders and clever programming, so it could probably be done in irrlicht if you knew how to program the shaders nicely.

On PS3 there's a sample app which shows a really nice ocean rendering which uses the SPUs to offload the wave calculations to improve efficiency.

Uncharted is a great game on PS3 with awesome water effects;

Image

I couldnt' find a screenie of the cool ocean rendering from the first level of the game but it's shown briefly in this video a few times: http://www.gametrailers.com/player/28090.html
Image Image Image
torleif
Posts: 188
Joined: Mon Jun 30, 2008 4:53 am

Post by torleif »

What if the user had no Pixel shader/ vertex shader?

There already is a water node in irrlicht to fall back on. I suppose if someone is willing to write a shader and chuck it on the wiki it would be excellent
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

yeah

Post by 3DModelerMan »

Actually I'm getting a GLSL book really soon, and that could be a cool project that I could work on, cause I need it and I'm sure that I could give back to the community :wink: .... So you can use shaders to mirror objects?.
Thanks for the resonses. :D
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Well there already are water shaders if you search for them... Elvman's water node uses them and sio2 has a sample which uses one as well...

Yes shaders can be used to do reflections.
Image Image Image
Post Reply