CameraEnums
¶
Specifies the available camera projection types.
ProjectionPerspective¶ | Perspective projection shows objects closer to the camera larger than those that are further away. |
ProjectionOrthographic¶ | Orthographic projection shows a 2D view of a 3D scene without providing a sense of depth. |
ProjectionAsymmetricPerspective¶ | Asymmetric perspective projection lets you control the field of view of each angle of a perspective projection. |
Specifies the available orthogonal coordinate systems.