Go to the source code of this file.
Classes |
|
class | IViewportShadingMgr |
Viewport manager to control general
illumination, including shadow support in the viewport. More... |
|
class | IViewportShadingMgr2 |
Extends class
IViewportShadingMgr. More... |
|
Defines |
|
#define | IVIEWPORTSHADINGMGR_INTERFACE Interface_ID(0x7eba45d1, 0x2b3d454b) |
#define | IVIEWPORTSHADINGMGR2_INTERFACE Interface_ID(0x245b423f, 0x9df3b47) |
Functions |
|
IViewportShadingMgr * | GetIViewportShadingMgr () |
IViewportShadingMgr2 * | GetIViewportShadingMgr2 () |
#define IVIEWPORTSHADINGMGR_INTERFACE Interface_ID(0x7eba45d1, 0x2b3d454b) |
Definition at line 21 of file IViewportShadingMgr.h.
#define IVIEWPORTSHADINGMGR2_INTERFACE Interface_ID(0x245b423f, 0x9df3b47) |
Definition at line 22 of file IViewportShadingMgr.h.
IViewportShadingMgr* GetIViewportShadingMgr | ( | ) | [inline] |
Definition at line 229 of file IViewportShadingMgr.h.
{ return dynamic_cast<IViewportShadingMgr*>(GetCOREInterface(IVIEWPORTSHADINGMGR_INTERFACE)); };
IViewportShadingMgr2* GetIViewportShadingMgr2 | ( | ) | [inline] |
Definition at line 234 of file IViewportShadingMgr.h.
{ IViewportShadingMgr * lpVpMgr = GetIViewportShadingMgr(); return dynamic_cast<IViewportShadingMgr2*>(lpVpMgr->GetInterface(IVIEWPORTSHADINGMGR2_INTERFACE)); };