@JsType(isNative=true, namespace="<global>", name="Object") public class ClippingPlaneCollectionOptions extends Object
ClippingPlaneCollection
.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.
|
ClippingPlane[] |
planes
An array of up to 6 Plane objects used to selectively disable rendering on the outside of each plane.
|
boolean |
unionClippingRegions
If true, a region will be clipped if included in any plane in the collection.
|
Constructor and Description |
---|
ClippingPlaneCollectionOptions() |
@JsProperty public ClippingPlane[] planes
@JsProperty public boolean enabled
@JsProperty public Matrix4 modelMatrix
Matrix4.IDENTITY()
.@JsProperty public boolean unionClippingRegions
@JsProperty public Color edgeColor
Color.WHITE()
.@JsProperty public double edgeWidth
Copyright © 2019. All rights reserved.