Page 1 of 1

How to add water to your terrain?

Posted: Sun Jul 06, 2008 10:02 pm
by systat
I shaped my terrain in crater, now I want to put some liquid inside that crater, how can I done it?
Thanks.

Posted: Sun Jul 06, 2008 10:36 pm
by Baz
check the tutorials.
SpecialFX

Posted: Mon Jul 07, 2008 3:06 am
by dlangdev
click the search button and enter water in the search text box.

Image

Posted: Mon Jul 07, 2008 8:00 am
by JP
Yeah you'd know how to do it if you'd looked through all the tutorials provided with the SDK.

So that gives you one solution, the built in water scene node that irrlicht provides, though it can be a bit of a performance sapper i've found. Another option could be Elvman's Realistic Water Scene Node which already has shaders provided to give reflection, refraction and bump mapping so you don't have to write/apply those yourself, which you'd have to do with irrlicht's water scene node.