Skip to content

KBE3D / KBCore / Cesium / PointGraphics / ConstructorOptions

接口: ConstructorOptions

Initialization options for the PointGraphics constructor

属性

show?

optional show: boolean | Property

A boolean Property specifying the visibility of the point.


pixelSize?

optional pixelSize: number | Property

A numeric Property specifying the size in pixels.


heightReference?

optional heightReference: Property | HeightReference

A Property specifying what the height is relative to.


color?

optional color: Color | Property

A Property specifying the Color of the point.


outlineColor?

optional outlineColor: Color | Property

A Property specifying the Color of the outline.


outlineWidth?

optional outlineWidth: number | Property

A numeric Property specifying the the outline width in pixels.


scaleByDistance?

optional scaleByDistance: Property | NearFarScalar

A NearFarScalar Property used to scale the point based on distance.


translucencyByDistance?

optional translucencyByDistance: Property | NearFarScalar

A NearFarScalar Property used to set translucency based on distance from the camera.


distanceDisplayCondition?

optional distanceDisplayCondition: Property | DistanceDisplayCondition

A Property specifying at what distance from the camera that this point will be displayed.


disableDepthTestDistance?

optional disableDepthTestDistance: number | Property

A Property specifying the distance from the camera at which to disable the depth test to.


splitDirection?

optional splitDirection: Property | SplitDirection

A Property specifying the SplitDirection split to apply to this point.

KBE3D @3.0.0 Copyright © 2024-present KBE3D