Light representation.
More...
#include <tdme/engine/Light.h>
Light representation.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 31 of file Light.h.
◆ Light() [1/2]
Public default constructor.
Definition at line 23 of file Light.cpp.
◆ Light() [2/2]
Public default constructor.
- Parameters
-
Definition at line 43 of file Light.cpp.
◆ dispose()
◆ getAmbient()
const Color4 & getAmbient |
( |
| ) |
const |
|
inline |
- Returns
- ambient light component
Definition at line 89 of file Light.h.
◆ getConstantAttenuation()
float getConstantAttenuation |
( |
| ) |
const |
|
inline |
- Returns
- constant attenuation
Definition at line 194 of file Light.h.
◆ getDiffuse()
const Color4 & getDiffuse |
( |
| ) |
const |
|
inline |
- Returns
- diffuse light component
Definition at line 104 of file Light.h.
◆ getId()
- Returns
- light id
Definition at line 67 of file Light.h.
◆ getLinearAttenuation()
float getLinearAttenuation |
( |
| ) |
const |
|
inline |
- Returns
- linear attenuation
Definition at line 209 of file Light.h.
◆ getPosition()
const Vector4 & getPosition |
( |
| ) |
const |
|
inline |
- Returns
- position of light
Definition at line 134 of file Light.h.
◆ getQuadraticAttenuation()
float getQuadraticAttenuation |
( |
| ) |
const |
|
inline |
- Returns
- quadratic attenuation
Definition at line 224 of file Light.h.
◆ getRadius()
- Returns
- radius
Definition at line 239 of file Light.h.
◆ getSourceSize()
float getSourceSize |
( |
| ) |
const |
|
inline |
Returns light source size.
- Returns
- light source size (moon, sun)
Definition at line 270 of file Light.h.
◆ getSourceTexture()
Texture * getSourceTexture |
( |
| ) |
const |
|
inline |
Returns light source texture.
- Returns
- light source texture
Definition at line 286 of file Light.h.
◆ getSourceTextureId()
int32_t getSourceTextureId |
( |
| ) |
const |
|
inline |
Returns light source texture id.
- Returns
- light source texture id
Definition at line 300 of file Light.h.
◆ getSpecular()
const Color4 & getSpecular |
( |
| ) |
const |
|
inline |
- Returns
- specular light component
Definition at line 119 of file Light.h.
◆ getSpotCutOff()
float getSpotCutOff |
( |
| ) |
const |
|
inline |
- Returns
- spot cutoff
Definition at line 179 of file Light.h.
◆ getSpotDirection()
const Vector3 & getSpotDirection |
( |
| ) |
const |
|
inline |
- Returns
- spot direction
Definition at line 149 of file Light.h.
◆ getSpotExponent()
float getSpotExponent |
( |
| ) |
const |
|
inline |
- Returns
- spot exponent
Definition at line 164 of file Light.h.
◆ isDirectional()
bool isDirectional |
( |
| ) |
const |
|
inline |
Returns if light is directional light like sun, moon lights.
- Returns
- directional light like sun, moon lights
Definition at line 308 of file Light.h.
◆ isEnabled()
- Returns
- enabled
Definition at line 74 of file Light.h.
◆ isRenderSource()
bool isRenderSource |
( |
| ) |
const |
|
inline |
Returns if rendering light source is enabled.
- Returns
- rendering light source is enabled
Definition at line 254 of file Light.h.
◆ setAmbient()
void setAmbient |
( |
const Color4 & |
ambient | ) |
|
|
inline |
Set ambient light component.
- Parameters
-
ambient | ambient light component |
Definition at line 97 of file Light.h.
◆ setConstantAttenuation()
void setConstantAttenuation |
( |
float |
constantAttenuation | ) |
|
|
inline |
Set up constant attenuation.
- Parameters
-
constantAttenuation | constant attenuation |
Definition at line 202 of file Light.h.
◆ setDiffuse()
void setDiffuse |
( |
const Color4 & |
diffuse | ) |
|
|
inline |
Set diffuse light component.
- Parameters
-
Definition at line 112 of file Light.h.
◆ setEnabled()
void setEnabled |
( |
bool |
enabled | ) |
|
|
inline |
Set enabled.
- Parameters
-
Definition at line 82 of file Light.h.
◆ setLightSourceSize()
void setLightSourceSize |
( |
float |
sourceSize | ) |
|
|
inline |
Set light source size (moon, sun)
- Parameters
-
lightSourceSize | light source size |
Definition at line 278 of file Light.h.
◆ setLinearAttenuation()
void setLinearAttenuation |
( |
float |
linearAttenuation | ) |
|
|
inline |
Set up linear attenuation.
- Parameters
-
linearAttenuation | linear attenuation |
Definition at line 217 of file Light.h.
◆ setPosition()
void setPosition |
( |
const Vector4 & |
position | ) |
|
|
inline |
Set light position.
- Parameters
-
position | position of light |
Definition at line 142 of file Light.h.
◆ setQuadraticAttenuation()
void setQuadraticAttenuation |
( |
float |
quadraticAttenuation | ) |
|
|
inline |
Set up quadratic attenuation.
- Parameters
-
quadraticAttenuation | quadraticAttenuation |
Definition at line 232 of file Light.h.
◆ setRenderSource()
void setRenderSource |
( |
bool |
renderSource | ) |
|
|
inline |
Set rendering light source enabled/disabled.
- Parameters
-
renderLightSource | render light source enabled |
Definition at line 262 of file Light.h.
◆ setSourceTexture()
void setSourceTexture |
( |
Texture * |
texture | ) |
|
Returns light source texture.
- Returns
- light source texture
Definition at line 63 of file Light.cpp.
◆ setSpecular()
void setSpecular |
( |
const Color4 & |
specular | ) |
|
|
inline |
Set specular light component.
- Parameters
-
Definition at line 127 of file Light.h.
◆ setSpotCutOff()
void setSpotCutOff |
( |
float |
spotCutOff | ) |
|
|
inline |
Set spot cut off.
- Parameters
-
Definition at line 187 of file Light.h.
◆ setSpotDirection()
void setSpotDirection |
( |
const Vector3 & |
spotDirection | ) |
|
|
inline |
Set spot direction.
- Parameters
-
spotDirection | spot direction |
Definition at line 157 of file Light.h.
◆ setSpotExponent()
void setSpotExponent |
( |
float |
spotExponent | ) |
|
|
inline |
Set up spot exponent.
- Parameters
-
spotExponent | spot exponent |
Definition at line 172 of file Light.h.
◆ update()
void update |
( |
int |
contextIdx | ) |
|
Update light.
- Parameters
-
Definition at line 74 of file Light.cpp.
◆ ambient
◆ constantAttenuation
float constantAttenuation |
|
private |
◆ diffuse
◆ enabled
◆ id
◆ lightSourceTexture
Texture* lightSourceTexture { nullptr } |
|
private |
◆ lightSourceTextureId
int32_t lightSourceTextureId |
|
private |
◆ linearAttenuation
◆ position
◆ quadraticAttenuation
float quadraticAttenuation |
|
private |
◆ renderer
◆ renderSource
◆ sourceSize
◆ specular
◆ spotCutOff
◆ spotDirection
◆ spotExponent
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/Light.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/Light.cpp