@JsType(isNative=true,
namespace="<global>",
name="Object")
public class EllipsoidGraphicsOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this ellipsoid will be displayed.
|
Property |
fill
A boolean Property specifying whether the ellipsoid is filled with the provided material.
|
Property |
heightReference
A Property specifying what the height from the entity position is relative to.
|
MaterialProperty |
material
A Property specifying the material used to fill the ellipsoid.
|
Property |
outline
A boolean Property specifying whether the ellipsoid is outlined.
|
Property |
outlineColor
A Property specifying the Color of the outline.
|
Property |
outlineWidth
A numeric Property specifying the width of the outline.
|
Property |
radii
A Cartesian3 Property specifying the radii of the ellipsoid.
|
Property |
shadows
An enum Property specifying whether the ellipsoid casts or receives shadows from each light source.
|
Property |
show
A boolean Property specifying the visibility of the ellipsoid.
|
Property |
slicePartitions
A Property specifying the number of radial slices.
|
Property |
stackPartitions
A Property specifying the number of stacks.
|
Property |
subdivisions
A Property specifying the number of samples per outline ring, determining the granularity of the curvature.
|
| Constructor and Description |
|---|
EllipsoidGraphicsOptions()
Options for
EllipsoidGraphics |
@JsProperty public Property heightReference
@JsProperty public Property radii
@JsProperty public Property show
@JsProperty public Property fill
@JsProperty public MaterialProperty material
Color.WHITE()@JsProperty public Property outline
@JsProperty public Property outlineColor
Color.BLACK()@JsProperty public Property outlineWidth
@JsProperty public Property subdivisions
@JsProperty public Property stackPartitions
@JsProperty public Property slicePartitions
@JsProperty public Property shadows
ShadowMode.DISABLED()@JsProperty public Property distanceDisplayCondition
@JsConstructor public EllipsoidGraphicsOptions()
EllipsoidGraphicsCopyright © 2019. All rights reserved.