I cannot load my Scene, HELP ME!

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
Elfloard2
Posts: 20
Joined: Sun Jan 22, 2006 4:45 am

I cannot load my Scene, HELP ME!

Post by Elfloard2 »

When I save a scene which includes a terrain made from a heightmap, irrlicht saves easy enough but it cannot load the scene. I get an error saying access violation. In the irrlicht load terrain example put

smgr->saveScene("wonro.irr",0);
smgr->loadScene("wonro.irr",0);

and you will get the error.

Help me somone.
Strong99
Admin
Posts: 687
Joined: Fri Mar 31, 2006 7:06 pm
Location: Netherlands
Contact:

Post by Strong99 »

what if you remove the ,0 out of the loadscene and savescene?
Elfloard2
Posts: 20
Joined: Sun Jan 22, 2006 4:45 am

Post by Elfloard2 »

The zero is there by default wether i put it there or not. That parameter is by default 0.
Post Reply