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

Add Cesium shadow functionality to MapStore2 #10483

Open
overkamp opened this issue Jul 21, 2024 · 0 comments
Open

Add Cesium shadow functionality to MapStore2 #10483

overkamp opened this issue Jul 21, 2024 · 0 comments
Labels
New Feature used for new functionalities

Comments

@overkamp
Copy link

Description

MapStore2 allows to add 3D models to the 3D map. It supports 3D-Tiles (e.g. buildings or 3D-Mesh).
Example Map with tree models

In Cesium you can configure shadow functionality, e.g.
const shadowMap = viewer.shadowMap;
shadowMap.maximumDistance = 5000.0;
shadowMap.softShadows = true;
viewer.shadows = true;
viewer.terrainShadows = Cesium.ShadowMode.ENABLED

It would be very helpfull to have shadow functionality as in Cesium Viewer.
Application examples in the area of climate impact adaptation are numerous,
e.g. show the effect of tree planting on parking lots.

Acceptance criteria

  • the widgets to configure shadows (timeline, animation) are accessible (as plugin?)
  • MapStore2 renders shadows as configured

Other useful information

@overkamp overkamp added the New Feature used for new functionalities label Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature used for new functionalities
Projects
None yet
Development

No branches or pull requests

1 participant