Skip to content

Commit 6d97829

Browse files
committed
Updated CHANGES.md
1 parent 5312ed5 commit 6d97829

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
##### Additions :tada:
66

7+
- Added `Scene.cameraUnderground` for checking whether the camera is underneath the globe. [#8765](https://github.com/CesiumGS/cesium/pull/8765)
78
- Added `RequestScheduler` to the public API; this allows users to have more control over the requests made by CesiumJS. [#8384](https://github.com/CesiumGS/cesium/issues/8384)
89

910
##### Fixes :wrench:

Source/Scene/Scene.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ Object.defineProperties(Scene.prototype, {
16131613
},
16141614

16151615
/**
1616-
* Whether or not the camera is underground the globe.
1616+
* Whether or not the camera is underneath the globe.
16171617
* @memberof Scene.prototype
16181618
* @type {Boolean}
16191619
* @readonly

0 commit comments

Comments
 (0)