3ds Max C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Render Setting IDs

Used to define distinct sets of rendering parameters. More...

Enumerations

enum  RenderSettingID : int { RS_Production = 0 , RS_Draft , RS_IReshade , RS_MEdit }
 

Detailed Description

Used to define distinct sets of rendering parameters.

See also
Class Interface

Enumeration Type Documentation

◆ RenderSettingID

Enumerator
RS_Production 

The MAX Production renderer.

RS_Draft 

The MAX Draft renderer.

RS_IReshade 

The MAX Interactive Renderer.

RS_MEdit 
113{
114 RS_Production = 0,
115 RS_Draft,
117 RS_MEdit
118};
@ RS_Production
The MAX Production renderer.
Definition: maxapi.h:114
@ RS_IReshade
The MAX Interactive Renderer.
Definition: maxapi.h:116
@ RS_Draft
The MAX Draft renderer.
Definition: maxapi.h:115
@ RS_MEdit
Definition: maxapi.h:117