PointGraphics
Describes a graphical point located at the position of the containing Entity.
See also
Properties
Gets the event that is raised whenever a property or sub-property is changed or modified.
Gets or sets the distance from the camera at which to disable the depth test to, for example, prevent clipping against terrain. When set to zero, the depth test is always applied. When set to Number.POSITIVE_INFINITY, the depth test is never applied.
Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this point will be displayed.
Gets or sets the Property specifying the HeightReference.
Gets or sets the Property specifying the Color of the outline.
Gets or sets the numeric Property specifying the the outline width in pixels.
Gets or sets the NearFarScalar Property used to scale the point based on distance. If undefined, a constant size is used.
Gets or sets the Property specifying the SplitDirection of this point.
Gets or sets NearFarScalar Property specifying the translucency of the point based on the distance from the camera. A point's translucency will interpolate between the NearFarScalar.nearValue and NearFarScalar.farValue while the camera distance falls within the lower and upper bounds of the specified NearFarScalar.near and NearFarScalar.far. Outside of these ranges the points's translucency remains clamped to the nearest bound.