Code: Select all
camera->setRotation(core::vector3df(0,0,-2));
the camera is a fps camera.
thank you
Code: Select all
camera->setRotation(core::vector3df(0,0,-2));
Code: Select all
camera->setRotation(core::vector3df(0,0,15));
camera->setUpVector(core::vector3df(0,0,15));