242 if (ambientLightMax > Math::EPSILON)
return 0.0f;
244 if (diffuseLightMax < Math::EPSILON)
return 0.0f;
321 void update(
int contextIdx);
const Color4 & getAmbient() const
float getQuadraticAttenuation() const
float getSpotExponent() const
void setEnabled(bool enabled)
Set enabled.
void setSpecular(const Color4 &specular)
Set specular light component.
void setConstantAttenuation(float constantAttenuation)
Set up constant attenuation.
void setLightSourceSize(float sourceSize)
Set light source size (moon, sun)
const Color4 & getSpecular() const
void setSpotDirection(const Vector3 &spotDirection)
Set spot direction.
float getSpotCutOff() const
void setAmbient(const Color4 &ambient)
Set ambient light component.
Light()
Public default constructor.
float getLinearAttenuation() const
bool isDirectional() const
Returns if light is directional light like sun, moon lights.
void setQuadraticAttenuation(float quadraticAttenuation)
Set up quadratic attenuation.
void setSpotCutOff(float spotCutOff)
Set spot cut off.
float constantAttenuation
const Vector3 & getSpotDirection() const
void update(int contextIdx)
Update light.
float quadraticAttenuation
void setPosition(const Vector4 &position)
Set light position.
const Color4 & getDiffuse() const
void setRenderSource(bool renderSource)
Set rendering light source enabled/disabled.
void setSourceTexture(Texture *texture)
Returns light source texture.
int32_t getSourceTextureId() const
Returns light source texture id.
void setDiffuse(const Color4 &diffuse)
Set diffuse light component.
float getSourceSize() const
Returns light source size.
int32_t lightSourceTextureId
void setLinearAttenuation(float linearAttenuation)
Set up linear attenuation.
bool isRenderSource() const
Returns if rendering light source is enabled.
Texture * getSourceTexture() const
Returns light source texture.
void setSpotExponent(float spotExponent)
Set up spot exponent.
float getConstantAttenuation() const
const Vector4 & getPosition() const
Texture * lightSourceTexture