All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
Eegeo::Rendering::Materials::UniqueDiffuseMaterial Class Reference
Inheritance diagram for Eegeo::Rendering::Materials::UniqueDiffuseMaterial:
Eegeo::Rendering::Materials::DiffuseMaterial Eegeo::Rendering::Materials::IDiffuseMaterial Eegeo::Rendering::Materials::IMaterial

Public Member Functions

 UniqueDiffuseMaterial (const TMaterialId materialId, const std::string &name, Shaders::DiffuseShader &shader, const Lighting::GlobalLighting &lighting, Rendering::AsyncTexturing::IAsyncTexture &textureId, Rendering::TextureMinifyType textureMinifyType, bool useAlternativeAmbient, bool textureRepeat)
 
void SetState (Rendering::GLState &glState) const
 
void SetStatePerRenderable (const Rendering::RenderableBase *renderableBase, Rendering::GLState &glState) const
 
- Public Member Functions inherited from Eegeo::Rendering::Materials::DiffuseMaterial
 DiffuseMaterial (const TMaterialId materialId, const std::string &name, Shaders::DiffuseShader &shader, const Lighting::GlobalLighting &lighting, Rendering::AsyncTexturing::IAsyncTexture &textureId, Rendering::TextureMinifyType textureMinifyType, bool useAlternativeAmbient, bool textureRepeat)
 
bool IsUsingAlternativeAmbient () const
 
void UseAlternativeAmbient (bool useAlternativeAmbient)
 
const TMaterialId GetId () const
 
const ShaderGetShader () const
 
const std::string & GetName () const
 
void SetDiffuseTexture (Rendering::AsyncTexturing::IAsyncTexture &textureId)
 
Rendering::AsyncTexturing::IAsyncTextureGetTextureId () const
 

Additional Inherited Members

- Protected Attributes inherited from Eegeo::Rendering::Materials::DiffuseMaterial
const TMaterialId m_id
 
const std::string m_name
 
Shaders::DiffuseShaderm_shader
 
const Lighting::GlobalLightingm_lighting
 
Rendering::AsyncTexturing::IAsyncTexturem_textureId
 
Rendering::TextureMinifyType m_textureMinifyType
 
bool m_textureRepeat
 
bool m_useAlternativeAmbient
 

The documentation for this class was generated from the following files: