CullingVolume

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

The culling volume defined by planes.

See also

Constructors

Link copied to clipboard
constructor(planes: ReadonlyArray<Cartesian4> = definedExternally)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of clipping planes.

Functions

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

Determines whether a bounding volume intersects the culling volume.