Thanks for the information. Yes, I know mickey is already using time_step. I read that anywhere in the past. After some further tests I can say, it is working great. Better than I thought. For vertical invert I have used

Quote:

camera.tilt = clamp(camera.tilt - mickey.y / 6.5 * mouseSpeedFac, -90, 90);
camera.tilt *= -1;