ApertureMode

ApertureMode

Overview

ApertureMode is a enum in Aspose.3D FOSS for .NET.

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.

This enumeration defines 4 values: HorizAndVert, Horizontal, Vertical, FocalLength.

Values

ValueDescription
HorizAndVert
Horizontal
Vertical
FocalLength

See Also