Hi,
I'm using Qt C++ SDK.
I need to change the viewPoint (center and scale) to center around a specific point, and include another point.
I found the SetViewPointGeometry, which seemed to fit, but it's only available for MapView and not for SceneView.
How can I do something similar with my scene?
Thanks