view::ProjectionType in std::view
WARNING: This type is experimental and may change or be removed.
The camera projection of a named view.
Variants
| Variant | Description |
|---|---|
Orthographic | An object's projected size is independent of its distance from the camera, and parallel edges remain parallel; the convention of engineering drawings. |
Perspective | Apparent size decreases with distance from the camera, as a physical camera sees; parallel edges converge toward vanishing points. |