From b4eda37bb30d34f0d5ad005372ac98e96f46391a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20ATE=C5=9E?= Date: Fri, 23 Dec 2016 17:44:16 +0300 Subject: [PATCH 1/2] ScreenSpaceCameraController.maximumZoomDistance doc fixed #4660 --- Source/Scene/ScreenSpaceCameraController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Scene/ScreenSpaceCameraController.js b/Source/Scene/ScreenSpaceCameraController.js index 8a52c42dd7df..7f0652571b0a 100644 --- a/Source/Scene/ScreenSpaceCameraController.js +++ b/Source/Scene/ScreenSpaceCameraController.js @@ -153,9 +153,9 @@ define([ */ this.bounceAnimationTime = 3.0; /** - * The minimum magnitude, in meters, of the camera position when zooming. Defaults to 20.0. + * The minimum magnitude, in meters, of the camera position when zooming. Defaults to 1.0. * @type {Number} - * @default 20.0 + * @default 1.0 */ this.minimumZoomDistance = 1.0; /** From 3244710e2893138ae4d6bf6128115593e7b9f65c Mon Sep 17 00:00:00 2001 From: ateshuseyin Date: Fri, 23 Dec 2016 19:37:09 +0200 Subject: [PATCH 2/2] update CONTRIBUTORS.md --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0b5dce7d42cf..19ce6a515a89 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -116,3 +116,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu * [David Friedman](https://github.com/duvifn) * [Abhishek Potnis](https://github.com/abhishekvp) * [Brad Hover](https://github.com/tekhaus) +* [Hüseyin Ateş](https://github.com/ateshuseyin)