Shadow Cast component

The Shadow Cast component displays the amount of shadow that 3D objects cast in a scene over a selected amount of time. This type of analysis is useful in fields like architecture or urban planning.

Use dark colors for code blocksCopy
1
2
3
4
<arcgis-scene item-id="f2220db76c6448b4be8083d19ef4cf8d">
  <!-- include the Shadow Cast component inside the Scene component -->
  <arcgis-shadow-cast position="top-right" visualization-type="duration"></arcgis-shadow-cast>
</arcgis-scene>
Use dark colors for code blocksCopy
1
2
// access the component in the JavaScript part for further modification
const arcgisShadowCast = document.querySelector("arcgis-shadow-cast");

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.