Removing beta limit from camera

Hi,

I am setting my camera’s beta limit in the start such as:

camera.upperBetaLimit = 1.4;

How do I later remove the Beta limit from the camera such that it goes back to its maximum value?

You can set it to null or undefined to remove the constraint.

1 Like