@JsType(isNative=true, namespace="Cesium", name="ClippingPlaneCollection") public class ClippingPlaneCollection extends Collection<ClippingPlane>
ClippingPlane
objects for a single gltf model, 3D Tileset, or the globe.Modifier and Type | Field and Description |
---|---|
Color |
edgeColor
The color applied to highlight the edge along which an object is clipped.
|
double |
edgeWidth
The width, in pixels, of the highlight applied to the edge along which an object is clipped.
|
boolean |
enabled
Determines whether the clipping planes are active.
|
Matrix4 |
modelMatrix
The 4x4 transformation matrix specifying an additional transform relative to the clipping planes original coordinate
system.
|
Event |
planeAdded
An event triggered when a new clipping plane is added to the collection.
|
Event |
planeRemoved
An event triggered when a new clipping plane is removed from the collection.
|
boolean |
unionClippingRegions
If true, a region will be clipped if included in any plane in the collection.
|
Constructor and Description |
---|
ClippingPlaneCollection()
Specifies a set of clipping planes.
|
ClippingPlaneCollection(ClippingPlaneCollectionOptions options)
Specifies a set of clipping planes.
|
@JsProperty public Color edgeColor
Color.WHITE()
.@JsProperty public double edgeWidth
@JsProperty public boolean enabled
@JsProperty public Matrix4 modelMatrix
Matrix4.IDENTITY()
.@JsProperty public Event planeAdded
@JsProperty public Event planeRemoved
@JsProperty public boolean unionClippingRegions
@JsConstructor public ClippingPlaneCollection()
@JsConstructor public ClippingPlaneCollection(ClippingPlaneCollectionOptions options)
options
- ClippingPlaneCollectionOptions
object.Copyright © 2019. All rights reserved.