Level Editor problem

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
asteron
Posts: 4
Joined: Thu Jun 22, 2006 10:47 am

Level Editor problem

Post by asteron »

ok... to be straight...
i need a level editor for a game.
i want to build it myself... but I haven't got one thing figured out...

i hope some of you are familiar with the elder scrolls construction set... or the sims 2 game , or other software/game that uses real time terrain modifiers... how can i implement into my editor a real-time terrain editor, without the use of heightmaps?
God is real unless declared integer
krama757
Posts: 451
Joined: Sun Nov 06, 2005 12:07 am

Post by krama757 »

A terrain editor without heightmaps? Is that even possible?
gfxstyler
Posts: 222
Joined: Tue Apr 18, 2006 11:47 pm

Post by gfxstyler »

yes, its possible with the hillplane-mesh.

see the api documentation for addHillPlaneMesh!
Post Reply