CullingVolume

external class CullingVolume(var planes: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian4> = definedExternally)(source)

The culling volume defined by planes.

See also

Constructors

Link copied to clipboard
constructor(planes: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian4> = definedExternally)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var planes: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian4>

An array of clipping planes.

Functions

Link copied to clipboard
fun computeVisibility(boundingVolume: ERROR CLASS: Symbol not found for JsAny): Intersect

Determines whether a bounding volume intersects the culling volume.