Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
OrthographicLens Class Reference

An orthographic lens. More...

Inheritance diagram for OrthographicLens:
Lens TypedWritableReferenceCount TypedWritable ReferenceCount TypedObject

List of all members.

Public Member Functions

 OrthographicLens ()

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

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.


Constructor & Destructor Documentation


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from Lens.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties