Appearance
KBE3D / KBCore / Cesium / BillboardGraphics / ConstructorOptions
接口: ConstructorOptions
Initialization options for the BillboardGraphics constructor
属性
show?
optionalshow:boolean|Property
A boolean Property specifying the visibility of the billboard.
image?
optionalimage:string|Property|HTMLCanvasElement|HTMLImageElement
A Property specifying the Image, URI, or Canvas to use for the billboard.
scale?
optionalscale:number|Property
A numeric Property specifying the scale to apply to the image size.
pixelOffset?
optionalpixelOffset:Property|Cartesian2
A Cartesian2 Property specifying the pixel offset.
eyeOffset?
optionaleyeOffset:Property|Cartesian3
A Cartesian3 Property specifying the eye offset.
horizontalOrigin?
optionalhorizontalOrigin:Property|HorizontalOrigin
A Property specifying the HorizontalOrigin.
verticalOrigin?
optionalverticalOrigin:Property|VerticalOrigin
A Property specifying the VerticalOrigin.
heightReference?
optionalheightReference:Property|HeightReference
A Property specifying what the height is relative to.
color?
A Property specifying the tint Color of the image.
rotation?
optionalrotation:number|Property
A numeric Property specifying the rotation about the alignedAxis.
alignedAxis?
optionalalignedAxis:Property|Cartesian3
A Cartesian3 Property specifying the unit vector axis of rotation.
sizeInMeters?
optionalsizeInMeters:boolean|Property
A boolean Property specifying whether this billboard's size should be measured in meters.
width?
optionalwidth:number|Property
A numeric Property specifying the width of the billboard in pixels, overriding the native size.
height?
optionalheight:number|Property
A numeric Property specifying the height of the billboard in pixels, overriding the native size.
scaleByDistance?
optionalscaleByDistance:Property|NearFarScalar
A NearFarScalar Property used to scale the point based on distance from the camera.
translucencyByDistance?
optionaltranslucencyByDistance:Property|NearFarScalar
A NearFarScalar Property used to set translucency based on distance from the camera.
pixelOffsetScaleByDistance?
optionalpixelOffsetScaleByDistance:Property|NearFarScalar
A NearFarScalar Property used to set pixelOffset based on distance from the camera.
imageSubRegion?
optionalimageSubRegion:Property|BoundingRectangle
A Property specifying a BoundingRectangle that defines a sub-region of the image to use for the billboard, rather than the entire image, measured in pixels from the bottom-left.
distanceDisplayCondition?
optionaldistanceDisplayCondition:Property|DistanceDisplayCondition
A Property specifying at what distance from the camera that this billboard 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 of the billboard.
