Thank you, I thought that we don't have those methods in lite, but now
I found them in Object3D, sorry.
Btw, You rotation example works fine for me if I change:
myCamera.rotationY = myCamera.rotationY + mouseMovementX;
to:
myCamera.rotationZ = myCamera.rotationZ + mouseMovementX;

Reply via email to