Next problem, I don't know how.
I tried to take the info out of the "hello world" tut to make a main, but that didn't work eather.
Edit to add: Thanks. I think I can figure it out now.
Code: Select all
#include "Level.h"
ISEDLevel::ISEDLevel(IrrlichtDevice* _device)
{
_smgr = _device->getSceneManager();
_driver = _device->getVideoDriver();
}
void ISEDLevel::LoadSkyBox()
{Code: Select all
_driver->getTexture("down.jpg"),
_driver->getTexture("left.jpg"),
_driver->getTexture("right.jpg"),
_driver->getTexture("front.jpg"),
_driver->getTexture("back.jpg")); */
}
void ISEDLevel::LoadLevelData()
{