3ds Max C++ API Reference
|
Classes | |
class | IRenderElement |
class | IRenderElementRequirements |
class | MaxRenderElement |
class | MaxBakeElement |
class | MaxBakeElement8 |
Extention to MaxBakeElement in 3ds Max 8. More... | |
class | MaxBakeElement10 |
Extention to MaxBakeElement8 in 3ds Max 10. More... | |
class | IRenderElementMgr |
Namespaces | |
namespace | MaxSDK |
namespace | MaxSDK::AssetManagement |
Macros | |
#define | BEAUTY_RENDER_ELEMENT_CLASS_ID 0x00000001 |
#define | SHADOWS_RENDER_ELEMENT_CLASS_ID 0x00000008 |
#define | Z_RENDER_ELEMENT_CLASS_ID 0x0000000c |
#define | ALPHA_RENDER_ELEMENT_CLASS_ID 0x0000000d |
#define | LIGHTING_RENDER_ELEMENT_CLASS_ID 0x00000011 |
#define | MATERIALID_RENDER_ELEMENT_CLASS_ID 0x00000014 |
#define | OBJECTID_RENDER_ELEMENT_CLASS_ID 0x00000015 |
#define | ILLUMINANCE_RENDER_ELEMENT_CLASS_ID 0x00000017 |
#define | IRENDERELEMENTREQUIREMENTS_INTERFACE_ID Interface_ID(0x1804343c, 0x614c2fdf) |
This interface is used to query special requirement flags from render elements. | |
#define | IREND_ELEM_MGR_INTERFACE Interface_ID(0x95791767, 0x17651746) |
Typedefs | |
typedef SFXParamDlg | IRenderElementParamDlg |
Functions | |
IRenderElementRequirements * | Get_RenderElementRequirements (IRenderElement *element) |
This returns the IRenderElementRequirements interface for a given render element. | |
#define BEAUTY_RENDER_ELEMENT_CLASS_ID 0x00000001 |
#define SHADOWS_RENDER_ELEMENT_CLASS_ID 0x00000008 |
#define Z_RENDER_ELEMENT_CLASS_ID 0x0000000c |
#define ALPHA_RENDER_ELEMENT_CLASS_ID 0x0000000d |
#define LIGHTING_RENDER_ELEMENT_CLASS_ID 0x00000011 |
#define MATERIALID_RENDER_ELEMENT_CLASS_ID 0x00000014 |
#define OBJECTID_RENDER_ELEMENT_CLASS_ID 0x00000015 |
#define ILLUMINANCE_RENDER_ELEMENT_CLASS_ID 0x00000017 |
#define IRENDERELEMENTREQUIREMENTS_INTERFACE_ID Interface_ID(0x1804343c, 0x614c2fdf) |
This interface is used to query special requirement flags from render elements.
#define IREND_ELEM_MGR_INTERFACE Interface_ID(0x95791767, 0x17651746) |
typedef SFXParamDlg IRenderElementParamDlg |
|
inline |
This returns the IRenderElementRequirements interface for a given render element.
This method checks for element being NULL and return directly NULL if its the case.
[in] | element | - The render element for which the IRenderElementRequirements interface is wanted. |