All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Eegeo::Rendering::Materials::PackedTransitionMaterial Class Reference
Inheritance diagram for Eegeo::Rendering::Materials::PackedTransitionMaterial:
Eegeo::Rendering::Materials::IMaterial Eegeo::Rendering::Materials::CustomLandmarkDiffuseTransitionMaterial Eegeo::Rendering::Materials::PackedDiffuseTransitionMaterial

Public Member Functions

 PackedTransitionMaterial (const TMaterialId materialId, const std::string &name, Shaders::PackedDiffuseTransitionShader &shader, const Lighting::GlobalLighting &lighting, const Lighting::GlobalFogging &fogging, 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 SetLerpParam (float t)
 
float GetLerpParam () const
 
void SetState (Rendering::GLState &glState) const
 
void SetStatePerRenderable (const Rendering::RenderableBase *renderableBase, Rendering::GLState &glState) const
 

Protected Member Functions

void SetMVP (const m44 &mvp) const
 
void SetUVBounds (const Eegeo::v2 &min, const Eegeo::v2 &max) const
 
void SetLerpParam (float t) const
 

Protected Attributes

const TMaterialId m_id
 
const std::string m_name
 
Shaders::PackedDiffuseTransitionShaderm_shader
 
const Lighting::GlobalLightingm_lighting
 
const Lighting::GlobalFoggingm_fogging
 
float m_lerpParam
 
Rendering::TextureMinifyType m_textureMinifyType
 
bool m_textureRepeat
 
bool m_useAlternativeAmbient
 

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