#include <DGLE.h>
Public Member Functions | |
virtual DGLE_RESULT DGLE_API | SetDiffuseColor (const TColor4 &stColor)=0 |
virtual DGLE_RESULT DGLE_API | SetSpecularColor (const TColor4 &stColor)=0 |
virtual DGLE_RESULT DGLE_API | SetShininess (float fShininess)=0 |
virtual DGLE_RESULT DGLE_API | SetDiffuseTexture (ITexture *pTexture)=0 |
virtual DGLE_RESULT DGLE_API | SetBlending (bool bEnabled, E_BLENDING_EFFECT eMode)=0 |
virtual DGLE_RESULT DGLE_API | SetAlphaTest (bool bEnabled, float fTreshold)=0 |
virtual DGLE_RESULT DGLE_API | GetDiffuseColor (TColor4 &stColor)=0 |
virtual DGLE_RESULT DGLE_API | GetSpecularColor (TColor4 &stColor)=0 |
virtual DGLE_RESULT DGLE_API | GetShininess (float &fShininess)=0 |
virtual DGLE_RESULT DGLE_API | GetDiffuseTexture (ITexture *&prTexture)=0 |
virtual DGLE_RESULT DGLE_API | GetBlending (bool &bEnabled, E_BLENDING_EFFECT &eMode)=0 |
virtual DGLE_RESULT DGLE_API | GetAlphaTest (bool &bEnabled, float &fTreshold)=0 |
virtual DGLE_RESULT DGLE_API | Bind ()=0 |
![]() | |
virtual DGLE_RESULT DGLE_API | Free ()=0 |
Releases object and deallocates memory. | |
virtual DGLE_RESULT DGLE_API | GetType (E_ENGINE_OBJECT_TYPE &eObjType)=0 |
Returns type of object. | |
virtual DGLE_RESULT DGLE_API | GetUnknownType (uint &uiObjUnknownType)=0 |
In case object type is EOT_UNKNOWN, you can use this function to get specific object type id. | |
![]() | |
virtual DGLE_RESULT DGLE_API | GetGUID (GUID &guid)=0 |
Returns unique identifier of the last interface in the inheritance chain. | |
virtual DGLE_RESULT DGLE_API | ExecuteCommand (uint uiCmd, TVariant &stVar)=0 |
Executes some command using its index or bitmask. | |
virtual DGLE_RESULT DGLE_API | ExecuteTextCommand (const char *pcCommand, TVariant &stVar)=0 |
Executes some text command and returns result as variant. | |
virtual DGLE_RESULT DGLE_API | ExecuteTextCommandEx (const char *pcCommand, char *pcResult, uint &uiCharsCount)=0 |
Executes some text command and returns result as string. | |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |