76 Vector4 lightPositionTransformed;
78 Vector4 spotDirection4Transformed;
86 light.spotCosCutoff =
static_cast<float>(Math::cos(Math::PI / 180.0f *
spotCutOff));
static TextureManager * getTextureManager()
static Engine * getInstance()
Returns engine instance.
Light()
Public default constructor.
float constantAttenuation
void update(int contextIdx)
Update light.
float quadraticAttenuation
void setSourceTexture(Texture *texture)
Returns light source texture.
int32_t lightSourceTextureId
Texture * lightSourceTexture
array< float, 4 > & getArray() const
void set(const array< float, 4 > &color)
Set up color.
TextureManager_TextureManaged * addTexture(const string &id, bool &created)
Adds a texture to manager.
virtual void onUpdateLight(int contextIdx, int32_t lightId)=0
Update light.
Renderer_Light & getLight(int contextIdx, int32_t lightIdx)
Get light.
Vector3 & set(float x, float y, float z)
Set up vector.
array< float, 3 > & getArray() const
array< float, 4 > & getArray() const
Vector4 & set(float x, float y, float z, float w)
Set up vector.
void releaseReference()
releases a reference, thus decrementing the counter and delete it if reference counter is zero