Overview
/
KCL Standard Library
/
Types
/
view::Projection

view::ProjectionType in std::view

WARNING: This type is experimental and may change or be removed.

The camera projection of a named view.

Variants

VariantDescription
OrthographicAn object's projected size is independent of its distance from the camera, and parallel edges remain parallel; the convention of engineering drawings.
PerspectiveApparent size decreases with distance from the camera, as a physical camera sees; parallel edges converge toward vanishing points.