Skip to content

Commit

Permalink
Merge pull request #11150 from JacobVanDine/docs-issue-10303
Browse files Browse the repository at this point in the history
Doc Issue #10303 Fix in screenSpaceCameraController
  • Loading branch information
ggetz authored Mar 20, 2023
2 parents 84c9db6 + eab7314 commit 2dcb6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu
- [Tengfei](https://github.com/i-tengfei)
- [Rudolf Farkas](https://github.com/rudifa)
- [Nick Noce](https://github.com/nnoce14)
- [Jacob Van Dine](https://github.com/JacobVanDine)
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ function ScreenSpaceCameraController(scene) {
this.minimumTrackBallHeight = 7500000.0;
this._minimumTrackBallHeight = this.minimumTrackBallHeight;
/**
* Enables or disables camera collision detection with terrain.
* When disabled, the values of <code>maximumZoomDistance</code> and <code>minimumZoomDistance</code> are ignored.
* @type {boolean}
* @default true
*/
Expand Down

0 comments on commit 2dcb6aa

Please sign in to comment.