3ds Max C++ API Reference
Loading...
Searching...
No Matches
ViewParams.h File Reference
#include "../BaseInterface.h"
#include "../geom/Matrix3.h"

Classes

class  ViewParams
 Describes the properties of a view that is being rendered. More...
 

Enumerations

enum  ViewProjectionType : int { PROJ_PERSPECTIVE = 0 , PROJ_PARALLEL = 1 }
 

Enumeration Type Documentation

◆ ViewProjectionType

Enumerator
PROJ_PERSPECTIVE 
PROJ_PARALLEL 
16{
17 PROJ_PERSPECTIVE = 0, // perspective projection
18 PROJ_PARALLEL = 1, // parallel projection
19};
@ PROJ_PARALLEL
Definition: ViewParams.h:18
@ PROJ_PERSPECTIVE
Definition: ViewParams.h:17