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
When we click on the NavCubePlugin cube, the camera view-fit distance is not the same as that for CameraFlightAnimation#flyTo().
This bug is caused by these two functions using different sources for camera FOV when calculating distance. Fix by making them both use the same FOV source.