Skip to content

Commit

Permalink
Merge pull request #4778 from ateshuseyin/issue_4660
Browse files Browse the repository at this point in the history
ScreenSpaceCameraController.maximumZoomDistance doc fixed #4660
  • Loading branch information
pjcozzi authored Dec 24, 2016
2 parents 5bb13b4 + 3244710 commit f075c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions Source/Scene/ScreenSpaceCameraController.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit f075c02

Please sign in to comment.