v2.50

Enumerations

enum  CameraOrientation {
  CameraOrientation_Top = 0 , CameraOrientation_Bottom = 1 , CameraOrientation_Front = 2 , CameraOrientation_Back = 3 ,
  CameraOrientation_Left = 4 , CameraOrientation_Right = 5 , CameraOrientation_TopFront = 6 , CameraOrientation_TopBack = 7 ,
  CameraOrientation_TopLeft = 8 , CameraOrientation_TopRight = 9 , CameraOrientation_BottomFront = 10 , CameraOrientation_BottomBack = 11 ,
  CameraOrientation_BottomLeft = 12 , CameraOrientation_BottomRight = 13 , CameraOrientation_FrontLeft = 14 , CameraOrientation_FrontRight = 15 ,
  CameraOrientation_BackLeft = 16 , CameraOrientation_BackRight = 17 , CameraOrientation_TopFrontLeft = 18 , CameraOrientation_TopFrontRight = 19 ,
  CameraOrientation_TopBackLeft = 20 , CameraOrientation_TopBackRight = 21 , CameraOrientation_BottomFrontLeft = 22 , CameraOrientation_BottomFrontRight = 23 ,
  CameraOrientation_BottomBackLeft = 24 , CameraOrientation_BottomBackRight = 25
}
 An enumeration type for the camera orientation. More...
enum  CameraProjection { CameraProjection_Perspective = 0 , CameraProjection_Parallel = 1 }
 An enumeration type for the camera projection. More...

Enumeration Type Documentation

◆ CameraOrientation

An enumeration type for the camera orientation.

Enumerator
CameraOrientation_Top 

Top view.

CameraOrientation_Bottom 

Bottom view.

CameraOrientation_Front 

Front view.

CameraOrientation_Back 

Back view.

CameraOrientation_Left 

Left view.

CameraOrientation_Right 

Right view.

CameraOrientation_TopFront 

Top-front view.

CameraOrientation_TopBack 

Top-back view.

CameraOrientation_TopLeft 

Top-left view.

CameraOrientation_TopRight 

Top-right view.

CameraOrientation_BottomFront 

Bottom-front view.

CameraOrientation_BottomBack 

Bottom-back view.

CameraOrientation_BottomLeft 

Bottom-left view.

CameraOrientation_BottomRight 

Bottom-right view.

CameraOrientation_FrontLeft 

Front-left view.

CameraOrientation_FrontRight 

Front-right view.

CameraOrientation_BackLeft 

Back-left view.

CameraOrientation_BackRight 

Back-right view.

CameraOrientation_TopFrontLeft 

Top-front-left view.

CameraOrientation_TopFrontRight 

Top-front-right view.

CameraOrientation_TopBackLeft 

Top-back-left view.

CameraOrientation_TopBackRight 

Top-back-right view.

CameraOrientation_BottomFrontLeft 

Bottom-front-left view.

CameraOrientation_BottomFrontRight 

Bottom-front-right view.

CameraOrientation_BottomBackLeft 

Bottom-back-left view.

CameraOrientation_BottomBackRight 

Bottom-back-right view.

◆ CameraProjection

An enumeration type for the camera projection.

Enumerator
CameraProjection_Perspective 

Perspective projection.

CameraProjection_Parallel 

Parallel projection.