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
If you look at the code you'll see the actual default and the default in the doc are different. We should make them match.
I'm not sure what the correct value is. I've noticed that the value of 1.0 causes issues when you can zoom through terrain if you are zooming in to a mountain.
/** * The minimum magnitude, in meters, of the camera position when zooming. Defaults to 20.0. * @type {Number} * @default 20.0 */this.minimumZoomDistance=1.0;
The text was updated successfully, but these errors were encountered:
If you look at the code you'll see the actual default and the default in the doc are different. We should make them match.
I'm not sure what the correct value is. I've noticed that the value of
1.0
causes issues when you can zoom through terrain if you are zooming in to a mountain.The text was updated successfully, but these errors were encountered: