Kanfor
Hi, urhofans.
My new problem is when I try to load a scene in .xml. I have a black screen.
I created a camera, with light and a pretty tea pot.
XMLFile* sceneFile = cache->GetResource<XMLFile>("Scenes/MiEscena.xml");
scene_->LoadXML(sceneFile->GetRoot());
Do I need add something else to the proyect?
Thanks!