ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var edgeColor: Color?

The color applied to highlight the edge along which an object is clipped. Default value - Color.WHITE

Link copied to clipboard
abstract var edgeWidth: Double?

The width, in pixels, of the highlight applied to the edge along which an object is clipped. Default value - 0.0

Link copied to clipboard
abstract var enabled: Boolean?

Determines whether the clipping planes are active. Default value - true

Link copied to clipboard
abstract var modelMatrix: Matrix4?

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