Contains the render/update loop context. Each Entity being updated is given a context in its update methods. This context can be modified by entities (notably the near and far clipping planes).
Readonly
Contains clipping plane distances.
The maximum distance to the camera
The minimum distance to the camera
The plane that is normal to the line of sight, and located at the position of the camera
The view.
Contains the render/update loop context. Each Entity being updated is given a context in its update methods. This context can be modified by entities (notably the near and far clipping planes).