Search found 1 match

by dganster
Mon Apr 04, 2016 10:10 am
Forum: Beginners Help
Topic: Qt5 FPS camera mouse movement
Replies: 1
Views: 633

Qt5 FPS camera mouse movement

Hi everybody,

I have already successfully integrated Irrlicht into Qt5, and added an FPS camera to my scene (with the sceneManager->addCameraSceneNodeFPS() method).
I can also move the camera using the arrow keys, but I simply cannot get mouse movement to work.

I followed the steps here:
http ...