ConstructorOptions
Properties
Link copied to clipboard
The color applied to highlight the edge along which an object is clipped. Default value - Color.WHITE
Link copied to clipboard
The 4x4 transformation matrix specifying an additional transform relative to the clipping planes original coordinate system. Default value - Matrix4.IDENTITY
Link copied to clipboard
An array of ClippingPlane objects used to selectively disable rendering on the outside of each plane. Default value - []
Link copied to clipboard
If true, a region will be clipped if it is on the outside of any plane in the collection. Otherwise, a region will only be clipped if it is on the outside of every plane. Default value - false