Mesh for sea waves and land

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
gurmaniksingh
Posts: 6
Joined: Fri Jan 29, 2010 12:38 am
Location: Florida

Mesh for sea waves and land

Post by gurmaniksingh »

Hi ... I am new to computer graphics

I want to simulate sea waves and sea shore in my game .... Could anyone tell where in the Irrlicht engine are the meshes for these and how to use them. I have been trying to find for long but couldn't find.

Thanks
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

you can either use:
1. shader
or
2. smgr->addWaterSurfaceSceneNode()
Post Reply