3ds Max C++ API Reference
Loading...
Searching...
No Matches
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 
112{
113 RS_Production = 0,
114 RS_Draft,
116 RS_MEdit
117};
@ RS_Production
The MAX Production renderer.
Definition maxapi.h:113
@ RS_IReshade
The MAX Interactive Renderer.
Definition maxapi.h:115
@ RS_Draft
The MAX Draft renderer.
Definition maxapi.h:114
@ RS_MEdit
Definition maxapi.h:116