Hi again.
I am experiencing a problem with the camera zoom. I am using an arcrotate camera.
My problem is that when I zoom out / in the camera, sometimes the view is changed to the order side of the mesh I am seeing.
I have tried to deactivate upsidedown but it doesn't work.
camera.allowUpsideDown = false;
I have also set limits to null:
cam.lowerAlphaLimit = null;
camera.upperAlphaLimit = null;
camera.lowerBetaLimit = null;
camera.upperBetaLimit = null;
camera.lowerRadiusLimit = null;
camera.upperRadiusLimit = null;
Best regards