ConstructorOptions
Initialization options for the first param of Billboard constructor
See also
Properties
A Cartesian3 Specifying the aligned axis in world space. Default value - Cartesian3.ZERO
A Color Specifying the color that is multiplied with the billboard's texture. Default value - Color.WHITE
A number specifying the distance from the camera at which to disable the depth test to, for example, prevent clipping against terrain.
A DistanceDisplayCondition Specifying the distance from the camera at which this billboard will be displayed.
A Cartesian3 Specifying the 3D Cartesian offset applied to this billboard in eye coordinates. Default value - Cartesian3.ZERO
A HeightReference Specifying the height reference of this billboard. Default value - HeightReference.NONE
A HorizontalOrigin Specifying the horizontal origin of this billboard. Default value - HorizontalOrigin.CENTER
A user-defined object to return when the billboard is picked with Scene.pick.
A loaded HTMLImageElement, ImageData, or a url to an image to use for the billboard.
A BoundingRectangle Specifying the sub-region of the image to use for the billboard, rather than the entire image.
A Cartesian2 Specifying the pixel offset in screen space from the origin of this billboard. Default value - Cartesian2.ZERO
A NearFarScalar Specifying near and far pixel offset scaling properties of a Billboard based on the billboard's distance from the camera.
The cartesian position of the billboard.
A NearFarScalar Specifying near and far scaling properties of a Billboard based on the billboard's distance from the camera.
A boolean specifying if the billboard size is in meters or pixels.
A SplitDirection Specifying the split property of the billboard.
A NearFarScalar Specifying near and far translucency properties of a Billboard based on the billboard's distance from the camera.
A VerticalOrigin Specifying the vertical origin of this billboard. Default value - VerticalOrigin.CENTER