Problem with loading terrain node from an .irr file

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
mits
Posts: 8
Joined: Tue Jan 16, 2007 9:53 pm

Problem with loading terrain node from an .irr file

Post by mits »

Hi, I try to load the terrain.irr example file from irrEdit folder by using :

Code: Select all


smgr->loadScene("terrain.irr");

but I get :

Could not create scene node of unknown type : terrain.

What might it be wrong? I use irrlicht 1.3, doesn't irrlicht 1.3 support the terrain node in an .irr file?

Thanks in advance.
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

No, it doesn't. The SVN version of Irrlicht looks like it does.
mits
Posts: 8
Joined: Tue Jan 16, 2007 9:53 pm

Post by mits »

Thanks for the answer.
Post Reply