Fixed Camera with only zoom enabled

What would be the “right” type of camera to create an experience like this: https://catanuniverse.com/en/game/

Meaning a board game where the camera can be panned and zoomed but not rotated or pivoted.

Thanks!

Hey and welcome!

Probably an ArcRotateCamera :slight_smile:

Thank you!
I’ve managed to do this: https://playground.babylonjs.com/#DWPQ9R#128
but still have to add the zoom-in, zoom-out and a bounce when reaching the pan limit (not sure how to do that yet)