CullingVector
- class Communicator.CullingVector()
A vector and angle used to determine an object’s visibility based on camera orientation.
Properties
Properties
- Communicator.CullingVector.space
The space in which the culling vector is defined.
- Communicator.CullingVector.toleranceDegrees
The maximum angle between the culling vector and the view vector within which the object will be visible.
- Communicator.CullingVector.vector
A vector that will be compared with the view vector.