CullingVolume

external class CullingVolume(var planes: <Error class: unknown class><Cartesian4> = definedExternally)(source)

The culling volume defined by planes.

See also

Constructors

Link copied to clipboard
constructor(planes: <Error class: unknown class><Cartesian4> = definedExternally)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var planes: <Error class: unknown class><Cartesian4>

An array of clipping planes.

Functions

Link copied to clipboard
fun computeVisibility(boundingVolume: Any): Intersect

Determines whether a bounding volume intersects the culling volume.