Babylon Editor camera limitation

Hello, is there are limit options like radius alpha beta limit for the arc rotate the camera in the editor?
if there is no option like that in the editor is there a way I can add it as a script or something

cc @julien-moreau

You can use camera.upperBetaLimit or something like that

image

Simple example

Hi @Mostafa_Salloum !

You are right, editor doesn’t exposes the limits for arc rotate camera. Which I’m gonna add then :slight_smile:

Following what @qq2315137135 said, you can attach a script to the camera and used the Babylon.JS api to setup the limits following this documentation: Using physics in Babylon.JS Editor | Babylon.js Documentation

1 Like