Enum ApertureMode
ApertureMode enumeration
Camera aperture modes. The aperture mode determines which values drive the camera aperture. If the aperture mode is HorizAndVert, Horizontal, or Vertical, then the field of view is used. If the aperture mode is FocalLength, then the focal length is used.
public enum ApertureMode
Values
Name | Value | Description |
---|---|---|
HorizAndVert | 0 | Set the angle values for both the horizontal and vertical settings. |
Horizontal | 1 | Set only the horizontal angle. |
Vertical | 2 | Set only the vertical angle. |
FocalLength | 3 | Use focal length directly. |
See Also
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D