This is what I've got;
if(maya_camera)
{
maya_camera->setPosition(core::vector3df(4000,4000,4000));
maya_camera->setTarget(core::vector3df(target));
}
The idea is to be a "from sky view" camera looking at my level. It's probably really easy and I'm being stupid...
Thanks in advance
