intend to make a scene editor...

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
michael520
Posts: 230
Joined: Mon Oct 10, 2005 2:24 am

intend to make a scene editor...

Post by michael520 »

for my 3d simulation project, it's time to make a scene editor, which will make other job easier to continue.

I have check several map editor that irrlicht-wiki introduces but they seems too simple and can't suit a common situation. So, will any experienced people give some advices or so.

Thanks!
krama757
Posts: 451
Joined: Sun Nov 06, 2005 12:07 am

Post by krama757 »

Use PnP Terrain Creator if you want a good map editor.
coolsummer
Posts: 24
Joined: Fri Nov 04, 2005 1:44 pm
Location: Grafenwoehr, Germany

Post by coolsummer »

hi,
PnP Terrain Creator seems really good, but i can´t load terrain into irrlicht.
Tried obj, X, 3DS but the terrain is never visible.
Tried with AddAnimatedMeshNode, OctTreeSceneNode and MeshSceneNode

Is there a tutorial or an example code block for loading the data?

Andi
kickBack
Posts: 13
Joined: Sat Jan 14, 2006 2:20 pm

Post by kickBack »

I've seen Pnp an i think it's used to create heightmaps for terrain renderer..
Post Reply