OrthographicLens
-
class OrthographicLens
Bases:
Lens
An orthographic lens. Although this kind of lens is linear, like a
PerspectiveLens
, it doesn’t respect field-of-view or focal length parameters, and adjusting these will have no effect. Instead, its field of view is controlled by adjusting the film_size; the orthographic lens represents a planar projection onto its imaginary film of the specified size, hanging in space.Inheritance diagram
-
OrthographicLens(void)
-
static TypeHandle get_class_type(void)
-
OrthographicLens(void)