summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/gldevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/opengl/gldevice.h')
-rw-r--r--src/graphics/opengl/gldevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graphics/opengl/gldevice.h b/src/graphics/opengl/gldevice.h
index 0f4d0c9..b779123 100644
--- a/src/graphics/opengl/gldevice.h
+++ b/src/graphics/opengl/gldevice.h
@@ -155,6 +155,8 @@ public:
private:
//! Updates internal modelview matrix
void UpdateModelviewMatrix();
+ //! Updates position for given light based on transformation matrices
+ void UpdateLightPosition(int index);
private:
//! Was initialized?
@@ -174,6 +176,8 @@ private:
//! The current material
Gfx::Material m_material;
+ //! Whether lighting is enabled
+ bool m_lighting;
//! Current lights
std::vector<Gfx::Light> m_lights;
//! Current lights enable status