enum ProjectionType
Projection type to use by the camera.
Values
| Name | Value | Description |
|---|---|---|
PT_ORTHOGRAPHIC |
0 |
Projection type where object size remains constant and parallel lines remain parallel. |
PT_PERSPECTIVE |
1 |
Projection type that emulates human vision. |