Skip to content

Commit 2dcb6aa

Browse files
authored
Merge pull request #11150 from JacobVanDine/docs-issue-10303
Doc Issue #10303 Fix in screenSpaceCameraController
2 parents 84c9db6 + eab7314 commit 2dcb6aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -348,3 +348,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu
348348
- [Tengfei](https://github.com/i-tengfei)
349349
- [Rudolf Farkas](https://github.com/rudifa)
350350
- [Nick Noce](https://github.com/nnoce14)
351+
- [Jacob Van Dine](https://github.com/JacobVanDine)

packages/engine/Source/Scene/ScreenSpaceCameraController.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function ScreenSpaceCameraController(scene) {
245245
this.minimumTrackBallHeight = 7500000.0;
246246
this._minimumTrackBallHeight = this.minimumTrackBallHeight;
247247
/**
248-
* Enables or disables camera collision detection with terrain.
248+
* When disabled, the values of <code>maximumZoomDistance</code> and <code>minimumZoomDistance</code> are ignored.
249249
* @type {boolean}
250250
* @default true
251251
*/

0 commit comments

Comments
 (0)