ICameraViewport
Description
- Extended by
Base interface for classes that represent a camera-based viewport on the screen.
Public / Attributes
Extensions
FieldOfView
2 overloads
Returns the field of view.
This method returns either the horizontal or the vertical field of view, whichever is smaller. It assumes that a perspective projection is used, for example one created with Camera.MatrixPerspective).
- See also
Returns the field of view.
This method converts between vertical and horizontal field of view angles, if necessary. It assumes that a perspective projection is used, for example one created with Camera.MatrixPerspective).
- See also