Properties
.clipIntersection : boolean
Whether the intersection of the clipping planes is used to clip objects, rather than their union.
Default is false.
.clipShadows : boolean
Whether shadows should be clipped or not.
Default is false.
.clippingPlanes : Array.<Plane>
An array with clipping planes.
.enabled : boolean
Whether clipping should be enabled or not.
Default is true.
.isClippingGroup : boolean (readonly)
This flag can be used for type testing.
Default is true.