@JsType(isNative=true, namespace="<global>", name="Object") public class GroundPolylinePrimitiveOptions extends Object
GroundPolylinePrimitive
.Modifier and Type | Field and Description |
---|---|
boolean |
allowPicking
When true, each geometry instance will only be pickable with Scene#pick.
|
Appearance |
appearance
The Appearance used to render the polyline.
|
boolean |
asynchronous
Determines if the primitive will be created asynchronously or block until ready.
|
ClassificationType |
classificationType
Determines whether terrain, 3D Tiles or both will be classified.
|
boolean |
debugShowBoundingVolume
For debugging only.
|
boolean |
debugShowShadowVolume
For debugging only.
|
GeometryInstance[] |
geometryInstances
GeometryInstances containing GroundPolylineGeometry
|
boolean |
interleave
When true, geometry vertex attributes are interleaved, which can slightly improve rendering performance but increases load time.
|
boolean |
releaseGeometryInstances
When true, the primitive does not keep a reference to the input geometryInstances to save memory.
|
boolean |
show
Determines if this primitive will be shown.
|
Constructor and Description |
---|
GroundPolylinePrimitiveOptions()
Options instance for
GroundPolylinePrimitive |
@JsProperty public GeometryInstance[] geometryInstances
@JsProperty public Appearance appearance
@JsProperty public boolean show
@JsProperty public boolean interleave
@JsProperty public boolean releaseGeometryInstances
@JsProperty public boolean allowPicking
@JsProperty public boolean asynchronous
@JsProperty public ClassificationType classificationType
ClassificationType.BOTH()
@JsProperty public boolean debugShowBoundingVolume
@JsProperty public boolean debugShowShadowVolume
@JsConstructor public GroundPolylinePrimitiveOptions()
GroundPolylinePrimitive
Copyright © 2019. All rights reserved.