You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: PROPERTIES.md
+24-3
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# OLCEsium Properties
1
+
# OLCEsium Properties
2
2
3
-
## olcs_extruded_height
3
+
## olcs_extruded_height
4
4
Value: number
5
5
The distance in meters between the polygon's extruded face and the ellipsoid surface.
6
6
Check buildings example for usage in context.
7
7
8
8
## olcs_shadows
9
9
Value: boolean
10
-
Enables shadow casting in 3D. Can be either applied to the entire feature set or by feature individually.
10
+
Enables shadow casting in 3D. Can be either applied to the entire feature set or by feature individually.
11
11
In order for it to work, [shadowMap](https://cesium.com/learn/cesiumjs/ref-doc/Scene.html?classFilter=scene#shadowMap) needs to be enabled in the Cesium scene. To use the sun as light source, enable [enableLighting](https://cesium.com/learn/cesiumjs/ref-doc/Globe.html#enableLighting) on the Globe.
12
12
Check buildings example for usage in context.
13
13
@@ -33,5 +33,26 @@ Value: number
33
33
Allows you to set a minimum zoom level for rendering 3D tiles in the Cesium view. This property helps to control the level of detail displayed in the 3D view based on the current zoom level.
0 commit comments