CameraTypes Enumerator
Description
The different types of cameras.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
Name | Value | Description |
OrthographicCameraType | 0 | An orthographic camera. Things are the same size in the view regardless of there distance from the eye. |
PerspectiveCameraType | 1 | An perspective camera. Things are smaller the further they are away from the eye. |
PerspectiveWithOrthoFacesCameraType | 2 | An perspective camera. Things are smaller the further they are away from the eye. |