CullingVector

class Communicator.CullingVector()

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


Properties

CullingVector.space
Type

CullingVectorSpace

The space in which the culling vector is defined.

CullingVector.toleranceDegrees
Type

number

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

CullingVector.vector
Type

Point3()

A vector that will be compared with the view vector.