Thanks for the reply, Quadraxas.
I had already set it to 1, so that it is visible and mouse_force can work.

The thing is, I want to change my camera using mouse movement:
Code:
camera.pan += mouse_force.x;
camera.tilt += mouse_force.y;



nothing happens smirk