|
3ds Max C++ API Reference
|
Namespaces | |
| namespace | MaxSDK |
| An RAII class for automatically closing handle returned from FindFirstFile Example usages: MaxSDK::AutoFindClose findhandle( FindFirstFile(path.data(), &file) );. | |
| namespace | MaxSDK::Graphics |
Enumerations | |
| enum | FrameType { FrameType_Normal , FrameType_BeginSequence , FrameType_Interactive , FrameType_EndSequence } |
| Indicates the type of frame. More... | |
| enum | RenderViewDirtyFlag { RenderViewDirtyFlagViewChanged = 0x1 , RenderViewDirtyFlagFragmentChanged = 0x2 } |
| Indicates the dirty flag of render view. More... | |