Page 1 of 1

Camera slowly rotates upwards in window mode

Posted: Sun Mar 12, 2006 7:03 pm
by JP
I tried out my program in window mode, to see if i could improve the frame rate as i have to demo my program to my dissertation markers soon and the frame rate isn't so good on other pcs and i can't demo it on my own pc.

Anyway, whenever it's in window mode with an FPS camera active it slowly rotates upwards until it is looking vertically. Does anyone have any idea why it's doing this? It doesn't do it in full screen mode at all!

Posted: Sun Mar 12, 2006 9:58 pm
by JP
It's in windows, using Jirr (java binding for Irrlicht), so it's possible that that is where the problem is coming from.

But if no one knows then it's not a problem really as i won't be running in window mode as it gives a lower frame rate (even though i would have a window, being less to render than full screen, would give a higher frame rate).

Posted: Mon Mar 13, 2006 9:48 am
by bearSoft
Yes! indeed this is so. I found that the solution was to reduce viewport y -In my specific case (6*800) this artefact hapens when viewport y >570
I -think- it is post irr 0.11 that this artefact emerged (may 2005)