Appearance
KBE3D / KBCore / Cesium / PointGraphics / ConstructorOptions
接口: ConstructorOptions
Initialization options for the PointGraphics constructor
属性
show?
optionalshow:boolean|Property
A boolean Property specifying the visibility of the point.
pixelSize?
optionalpixelSize:number|Property
A numeric Property specifying the size in pixels.
heightReference?
optionalheightReference:Property|HeightReference
A Property specifying what the height is relative to.
color?
A Property specifying the Color of the point.
outlineColor?
A Property specifying the Color of the outline.
outlineWidth?
optionaloutlineWidth:number|Property
A numeric Property specifying the the outline width in pixels.
scaleByDistance?
optionalscaleByDistance:Property|NearFarScalar
A NearFarScalar Property used to scale the point based on distance.
translucencyByDistance?
optionaltranslucencyByDistance:Property|NearFarScalar
A NearFarScalar Property used to set translucency based on distance from the camera.
distanceDisplayCondition?
optionaldistanceDisplayCondition:Property|DistanceDisplayCondition
A Property specifying at what distance from the camera that this point will be displayed.
disableDepthTestDistance?
optionaldisableDepthTestDistance:number|Property
A Property specifying the distance from the camera at which to disable the depth test to.
splitDirection?
optionalsplitDirection:Property|SplitDirection
A Property specifying the SplitDirection split to apply to this point.
