![]() |
Public API Reference |
![]() |
This interface represents the engine part of the material definition. More...
#include <iengine/material.h>
Public Member Functions | |
virtual iTextureWrapper * | GetTextureWrapper ()=0 |
Get the base texture from the material. | |
virtual iTextureWrapper * | GetTextureWrapper (CS::ShaderVarStringID name)=0 |
Get a texture by name. | |
virtual bool | IsVisitRequired () const =0 |
Return true if it is needed to call Visit(). | |
virtual void | Visit ()=0 |
Visit all textures. |
This interface represents the engine part of the material definition.
Using this interface you will be able to access the original texture wrappers that were used to create the material. If you have something that implements iMaterial you can query for iMaterialEngine. So this interface basically augments iMaterial with engine specific features.
Main ways to get pointers to this interface:
Definition at line 101 of file material.h.
virtual iTextureWrapper* iMaterialEngine::GetTextureWrapper | ( | ) | [pure virtual] |
Get the base texture from the material.
virtual iTextureWrapper* iMaterialEngine::GetTextureWrapper | ( | CS::ShaderVarStringID | name | ) | [pure virtual] |
Get a texture by name.
virtual bool iMaterialEngine::IsVisitRequired | ( | ) | const [pure virtual] |
Return true if it is needed to call Visit().
virtual void iMaterialEngine::Visit | ( | ) | [pure virtual] |
Visit all textures.