Specifies the available camera projection types. More...
Public Member Functions | |
| ProjectionType (int value) | |
| Constructs a ProjectionType of an integer value. More... | |
| ProjectionType (ProjectionType enum_) | |
| Constructs a copy of a ProjectionType object. More... | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
| Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
| static ProjectionType | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. More... | |
| static ProjectionType | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| ProjectionAsymmetricPerspective =(2) | |
| Asymmetric perspective projection lets you control the field of view of each angle of a perspective projection. | |
| ProjectionOrthographic =(1) | |
| Orthographic projection shows a 2D view of a 3D scene without providing a sense of depth. | |
| ProjectionPerspective =(0) | |
| Perspective projection shows objects closer to the camera larger than those that are further away. | |
Specifies the available camera projection types.
| ProjectionType | ( | int | value | ) |
Constructs a ProjectionType of an integer value.
| value | Integer value to convert to enumeration constant. |
| ProjectionType | ( | ProjectionType | enum_ | ) |
Constructs a copy of a ProjectionType object.
| enum_ | ProjectionType to be copy constructed. |
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
| swigValue | Integer value to convert to enumeration constant. |
| final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |