You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The near and far plane are fixed in the GlobeView and the PlanarView.
Make them configurable
Update the far distance dynamically depending on the camera position. The far plane is indeed quite far (10 times the earth diameter for the GlobeView) to allow zooming out pretty far from the globe or the plane. This value is not adapted when zooming in and tilting the camera: it generates unuseful tiles subdivision and external layers querying and manipulation, which has an impact on performance. Ideally, this should be configurable in some way too.