A new interface for 3dsmax 7.
This extends the current interface, and provides support for the new UI options on the Viewport Manager
#include <IViewportManager.h>
Public Member Functions |
|
virtual bool | SaveFXFile (MCHAR *fileName)=0 |
Save the current effect based on the
Standard Material as
an effect file. |
|
virtual bool | IsDxStdMtlEnabled ()=0 |
Is the DX Display of the Standard Material enabled. |
|
virtual void | SetDxStdMtlEnabled (bool state)=0 |
Access to set the state of the DX Display of
the Standard Material
flag. |
|
virtual MCHAR * | GetActiveEffectName ()=0 |
The name of the current effect as displayed
in the UI. |
virtual bool SaveFXFile | ( | MCHAR * | fileName | ) | [pure virtual] |
Save the current effect based on the Standard Material as an effect file.
*fileName | The name of the file to save |
virtual bool IsDxStdMtlEnabled | ( | ) | [pure virtual] |
virtual void SetDxStdMtlEnabled | ( | bool | state | ) | [pure virtual] |
Access to set the state of the DX Display of the Standard Material flag.
state | The state of the flag - TRUE to set |
virtual MCHAR* GetActiveEffectName | ( | ) | [pure virtual] |
The name of the current effect as displayed in the UI.