Appearance
KBE3D / KBCore / Cesium / WallGraphics / ConstructorOptions
接口: ConstructorOptions
Initialization options for the WallGraphics constructor
属性
show?
optionalshow:boolean|Property
A boolean Property specifying the visibility of the wall.
positions?
optionalpositions:Property|Cartesian3[]
A Property specifying the array of Cartesian3 positions which define the top of the wall.
minimumHeights?
optionalminimumHeights:Property|number[]
A Property specifying an array of heights to be used for the bottom of the wall instead of the globe surface.
maximumHeights?
optionalmaximumHeights:Property|number[]
A Property specifying an array of heights to be used for the top of the wall instead of the height of each position.
granularity?
optionalgranularity:number|Property
A numeric Property specifying the angular distance between each latitude and longitude point.
fill?
optionalfill:boolean|Property
A boolean Property specifying whether the wall is filled with the provided material.
material?
optionalmaterial:Color|MaterialProperty
A Property specifying the material used to fill the wall.
outline?
optionaloutline:boolean|Property
A boolean Property specifying whether the wall is outlined.
outlineColor?
A Property specifying the Color of the outline.
outlineWidth?
optionaloutlineWidth:number|Property
A numeric Property specifying the width of the outline.
shadows?
optionalshadows:Property|ShadowMode
An enum Property specifying whether the wall casts or receives shadows from light sources.
distanceDisplayCondition?
optionaldistanceDisplayCondition:Property|DistanceDisplayCondition
A Property specifying at what distance from the camera that this wall will be displayed.
