summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/materials-cpp/barrel.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/materials-cpp/barrel.h')
-rw-r--r--examples/qt3d/materials-cpp/barrel.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/qt3d/materials-cpp/barrel.h b/examples/qt3d/materials-cpp/barrel.h
index 8ff1c32df..0a8b81bde 100644
--- a/examples/qt3d/materials-cpp/barrel.h
+++ b/examples/qt3d/materials-cpp/barrel.h
@@ -82,13 +82,13 @@ private:
Bumps m_bumps;
DiffuseColor m_diffuseColor;
SpecularColor m_specularColor;
- Qt3D::QNormalDiffuseSpecularMapMaterial *m_material;
- Qt3D::QAbstractTextureProvider *m_diffuseTexture;
- Qt3D::QAbstractTextureProvider *m_normalTexture;
- Qt3D::QAbstractTextureProvider *m_specularTexture;
- Qt3D::QTextureImage *m_diffuseTextureImage;
- Qt3D::QTextureImage *m_normalTextureImage;
- Qt3D::QTextureImage *m_specularTextureImage;
+ Qt3DRender::QNormalDiffuseSpecularMapMaterial *m_material;
+ Qt3DRender::QAbstractTextureProvider *m_diffuseTexture;
+ Qt3DRender::QAbstractTextureProvider *m_normalTexture;
+ Qt3DRender::QAbstractTextureProvider *m_specularTexture;
+ Qt3DRender::QTextureImage *m_diffuseTextureImage;
+ Qt3DRender::QTextureImage *m_normalTextureImage;
+ Qt3DRender::QTextureImage *m_specularTextureImage;
void setNormalTextureSource();
void setDiffuseTextureSource();