positions |
Property
|
|
optional
A Property specifying the array of Cartesian3 positions which define the top of the wall. |
maximumHeights |
Property
|
|
optional
A Property specifying an array of heights to be used for the top of the wall instead of the height of each position. |
minimumHeights |
Property
|
|
optional
A Property specifying an array of heights to be used for the bottom of the wall instead of the globe surface. |
show |
Property
|
true
|
optional
A boolean Property specifying the visibility of the wall. |
fill |
Property
|
true
|
optional
A boolean Property specifying whether the wall is filled with the provided material. |
material |
MaterialProperty
|
Color.WHITE
|
optional
A Property specifying the material used to fill the wall. |
outline |
Property
|
false
|
optional
A boolean Property specifying whether the wall is outlined. |
outlineColor |
Property
|
Color.BLACK
|
optional
A Property specifying the Color of the outline. |
outlineWidth |
Property
|
1.0
|
optional
A numeric Property specifying the width of the outline. |
granularity |
Property
|
Cesium.Math.RADIANS_PER_DEGREE
|
optional
A numeric Property specifying the angular distance between each latitude and longitude point. |
shadows |
Property
|
ShadowMode.DISABLED
|
optional
An enum Property specifying whether the wall casts or receives shadows from each light source. |
distanceDisplayCondition |
Property
|
|
optional
A Property specifying at what distance from the camera that this wall will be displayed. |