Public Member Functions | |
BlueSphereMaterial (const Eegeo::Rendering::TMaterialId materialId, const std::string &name, BlueSphereShader &shader, Rendering::AsyncTexturing::IAsyncTexture &textureDay, Rendering::AsyncTexturing::IAsyncTexture &textureNight, const Eegeo::v4 &initialColor) | |
const Eegeo::Rendering::TMaterialId | GetId () const |
const Eegeo::Rendering::Shader & | GetShader () const |
const std::string & | GetName () const |
void | SetState (Eegeo::Rendering::GLState &glState) const |
void | SetStatePerRenderable (const Eegeo::Rendering::RenderableBase *renderableBase, Eegeo::Rendering::GLState &glState) const |
void | SetTextureLerpValue (float textureLerpValue) |
float | GetTextureLerpValue () const |
void | SetColor (Eegeo::v4 &color) |
const Eegeo::v4 & | GetColor () const |
void | SetColorLerpValue (float colorLerpValue) |
float | GetColorLerpValue () const |
Protected Attributes | |
const Eegeo::Rendering::TMaterialId | m_id |
const std::string | m_name |
BlueSphereShader & | m_shader |
Rendering::AsyncTexturing::IAsyncTexture & | m_textureDay |
Rendering::AsyncTexturing::IAsyncTexture & | m_textureNight |
float | m_textureLerpValue |
Eegeo::v4 | m_color |
float | m_colorLerpValue |
Additional Inherited Members | |
Protected Member Functions inherited from Eegeo::NonCopyable | |
NonCopyable (const NonCopyable &)=delete | |
NonCopyable & | operator= (const NonCopyable &)=delete |