BlendOption

Determines how opaque and translucent parts of billboards, points, and labels are blended with the scene.
Properties:
Name Type Description
OPAQUE Number The billboards, points, or labels in the collection are completely opaque.
TRANSLUCENT Number The billboards, points, or labels in the collection are completely translucent.
OPAQUE_AND_TRANSLUCENT Number The billboards, points, or labels in the collection are both opaque and translucent.

Members

static constant Cesium.BlendOption.OPAQUE : Number

The billboards, points, or labels in the collection are completely opaque.

static constant Cesium.BlendOption.OPAQUE_AND_TRANSLUCENT : Number

The billboards, points, or labels in the collection are both opaque and translucent.
Default Value: 2

static constant Cesium.BlendOption.TRANSLUCENT : Number

The billboards, points, or labels in the collection are completely translucent.
Default Value: 1