enum ThreeDViewer.ProjectionMode

Overview

Defines the projection matrix that will be used. More…

enum ProjectionMode
{
    Perspective  = 0,
    Orthographic = 1,
};

Detailed Documentation

Defines the projection matrix that will be used.

Enum Values

Perspective

Project with a perspective projection matrix.

Orthographic

Project with an orthographic projection matrix.