setAxes does not work

Hello,



[java]

System.out.println(myQuaternion.toString());

myCamera.setAxes(myQuaternion);

[/java]

the setAxes method does not seem to change the orientation of my camera. I perform a System.out.println of the quaternion to prove that it change and it does, but it doesn’t have an effect on the view. Does anyone have the same problem?



Thanks.



Regards,

Equi

Try setRotation() :stuck_out_tongue:

Sorry,



my mistake. It works. My implementation wrapper class was wrong.



Regards,

Equi