summaryrefslogtreecommitdiffstats
path: root/src/extras/defaults/qtexturedmetalroughmaterial_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/defaults/qtexturedmetalroughmaterial_p.h')
-rw-r--r--src/extras/defaults/qtexturedmetalroughmaterial_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extras/defaults/qtexturedmetalroughmaterial_p.h b/src/extras/defaults/qtexturedmetalroughmaterial_p.h
index 54fdb73b2..084824304 100644
--- a/src/extras/defaults/qtexturedmetalroughmaterial_p.h
+++ b/src/extras/defaults/qtexturedmetalroughmaterial_p.h
@@ -87,14 +87,14 @@ public:
void handleEnvironmentSpecularChanged(const QVariant &var);
Qt3DRender::QAbstractTexture *m_baseColorTexture;
- Qt3DRender::QAbstractTexture *m_metallicTexture;
+ Qt3DRender::QAbstractTexture *m_metalnessTexture;
Qt3DRender::QAbstractTexture *m_roughnessTexture;
Qt3DRender::QAbstractTexture *m_ambientOcclusionTexture;
Qt3DRender::QAbstractTexture *m_normalTexture;
Qt3DRender::QAbstractTexture *m_environmentIrradianceTexture;
Qt3DRender::QAbstractTexture *m_environmentSpecularTexture;
Qt3DRender::QParameter *m_baseColorParameter;
- Qt3DRender::QParameter *m_metallicParameter;
+ Qt3DRender::QParameter *m_metalnessParameter;
Qt3DRender::QParameter *m_roughnessParameter;
Qt3DRender::QParameter *m_ambientOcclusionParameter;
Qt3DRender::QParameter *m_normalParameter;