Recreating a Google Maps style camera

I am currently working on a project with a 3d map that will demonstrate our clients products. We plan to create a google maps style camera where you can click to drag to pan around the map and also zoom in and out. Just wondering how best to get the sort of functionality using Babylon JS.

Can anyone point me to similar playgrounds or suggest a good starting point?

Thanks!

Hello and welcome!

You may start from here

Example - BabylonJS HammerJS Input demo

2 Likes

Hello, thank you, I was hoping to avoid another dependency but this does seem to have the functionality I am looking for. I will give it a try, thanks!

2 Likes