summaryrefslogtreecommitdiffstats
path: root/src/render/defaults
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-12-01 14:55:07 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-12-02 11:32:04 +0000
commit271f58aabed6b2ab5f934de53153db9c3d7f5e9f (patch)
tree0018b8b71591636e7e26c09f9232f27c8c0117d1 /src/render/defaults
parentb8d1f11ce3b9325c592f028aefdc05101eb49c8b (diff)
Migrate GoochMaterial to be light-aware
On the ES2 path only the first light is taken into account for now. Change-Id: Ia8974bedddaa43539563149e718284076a519b5e Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src/render/defaults')
-rw-r--r--src/render/defaults/qgoochmaterial_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/defaults/qgoochmaterial_p.h b/src/render/defaults/qgoochmaterial_p.h
index bdd38f87a..628fc7786 100644
--- a/src/render/defaults/qgoochmaterial_p.h
+++ b/src/render/defaults/qgoochmaterial_p.h
@@ -73,8 +73,6 @@ public:
QParameter *m_alphaParameter;
QParameter *m_betaParameter;
QParameter *m_shininessParameter;
- QParameter *m_lightPositionParameter;
- QParameter *m_lightIntensityParameter;
QTechnique *m_gl3Technique;
QTechnique *m_gl2Technique;
QTechnique *m_es2Technique;