How to get rptation of camerascenenode

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
from Thai

How to get rptation of camerascenenode

Post by from Thai »

I try very long time! My game is FPS online. And I want get Rotation of camera by "camera->getRotation()". It dosen't work. no parameter send.
And I test this "camera->setRotation(model->getRotation() )" Sky box is rotate but camera not move.
Please Help me .... :lol:
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

The getRotation() and setRotation() in FPSCamera are not working correctly, it is a bug. Man I should fix this someday..
Post Reply