Skip to content
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

Merged
merged 3 commits into from
Oct 13, 2022

Conversation

ElenaGallo
Copy link
Contributor

@ElenaGallo ElenaGallo commented Oct 13, 2022

Description

Add Cesium viewer settings on menu bar

Documentation section involved

  • User Guide
  • Developer Guide

Other useful information

Read the Docs file here
Related issue #8415

@ElenaGallo ElenaGallo added Documentation Internal User Guide 3D All issues related to the 3D rendering in CesiumJs labels Oct 13, 2022
@ElenaGallo ElenaGallo added this to the 2022.02.01 milestone Oct 13, 2022
@ElenaGallo ElenaGallo self-assigned this Oct 13, 2022

* 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
Copy link
Member

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

* 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
Copy link
Member

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

* 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
Copy link
Member

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
@tdipisa tdipisa merged commit eac1d6c into geosolutions-it:master Oct 13, 2022
@tdipisa tdipisa added the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Oct 13, 2022
@tdipisa
Copy link
Member

tdipisa commented Oct 13, 2022

@ElenaGallo please backport to 2022.02.xx

tdipisa pushed a commit that referenced this pull request Oct 13, 2022
@tdipisa tdipisa removed the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3D All issues related to the 3D rendering in CesiumJs Documentation Internal User Guide
2 participants