Is there a property to limit the extent, or set a max extent limit, for 3D mode?
Is this what you’re looking for?
If you want to limit the camera to a range then you’ll need to do that yourself. You can set up a pre and post frame callback and check the camera’s position. If you get outside the bounds then you’ll need to reset the camera back into the bounds.
Scott
No thats not it.
I was just checking if Cesium has a max extent property like leaftlet bounds, before committing to writing my own solution. Thanks.