rotate camera

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

rotate camera

Post by Guest »

how I can rotate the camera?

Code: Select all

camera->setRotation(core::vector3df(0,90,0));
this code doesn't do anything
unknown_usr
Posts: 14
Joined: Thu Oct 02, 2003 7:03 pm

Post by unknown_usr »

It seems to work in version 0.4.1... :roll:
Post Reply