-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User guide reupdate - Cesium viewer settings #8689
Conversation
docs/user-guide/mapstore-toolbars.md
Outdated
|
||
* Enable the **Show fog** to allow additional performance by rendering less geometry and dispatching less terrain requests | ||
|
||
* Enable the **Depth test against terrain** if polylines, labels, etc. should be depth-tested against the terrain surface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Enable the Depth test against terrain to allow setting the
disableDepthTestDistance
value for features
docs/user-guide/mapstore-toolbars.md
Outdated
|
||
* Enable the **Show sky atmosphere** to see the atmosphere around the globe | ||
|
||
* Enable the **Show ground atmosphere** to view the ground atmosphere on the globe when viewed from a distance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Enable the Show ground atmosphere to view the ground atmosphere on the globe when the camera is far away
docs/user-guide/mapstore-toolbars.md
Outdated
|
||
* Enable the **Show fog** to allow additional performance by rendering less geometry and dispatching less terrain requests | ||
|
||
* Enable the **Depth test against terrain** if polylines, labels, etc. should be depth-tested against the terrain surface | ||
* Enable the **Depth test against terrain** to allow setting the `disableDepthTestDistance` value for features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Enable the Depth test against terrain if primitives such as billboards, polylines, labels, etc. should be depth-tested against the terrain surface instead of having them always be drawn on top of terrain unless they're on the opposite side of the globe
@ElenaGallo please backport to 2022.02.xx |
Description
Add Cesium viewer settings on menu bar
Documentation section involved
Other useful information
Read the Docs file here
Related issue #8415