Page 1 of 1

I cannot load my Scene, HELP ME!

Posted: Sat Aug 12, 2006 2:49 pm
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.

Posted: Sat Aug 12, 2006 3:12 pm
by Strong99
what if you remove the ,0 out of the loadscene and savescene?

Posted: Sat Aug 12, 2006 3:26 pm
by Elfloard2
The zero is there by default wether i put it there or not. That parameter is by default 0.