CullingVector

class CullingVector()

A vector and angle used to determine an object’s visibility based on camera orientation.

Index

Properties

Properties

CullingVector.space

The space in which the culling vector is defined.

CullingVector.toleranceDegrees
toleranceDegrees: number

The maximum angle between the culling vector and the view vector within which the object will be visible.

CullingVector.vector
vector: Point3

A vector that will be compared with the view vector.