Topic: How to create a terrain?

Is it posible to load a terrain from a heightmap?

Re: How to create a terrain?

greetings smile  yes it is although its not part of iB3D at this point.  you will need to do it the Irrlicht way.  the global engine object will give you access to a smgr property.  this is an instance of ISceneManager.  in the Irrlicht manual, check out the addTerrainSceneNode() method.

Re: How to create a terrain?

so if i understand, you can use Irrlicht mod commands in a iB3D program, nice smile