add

fun add(plane: ClippingPlane)(source)

Adds the specified ClippingPlane to the collection to be used to selectively disable rendering on the outside of each plane. Use ClippingPlaneCollection.unionClippingRegions to modify how modify the clipping behavior of multiple planes.

Parameters

plane

The ClippingPlane to add to the collection.

See also