summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene3d/scene3dsgmaterial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/imports/scene3d/scene3dsgmaterial.cpp')
-rw-r--r--src/quick3d/imports/scene3d/scene3dsgmaterial.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/quick3d/imports/scene3d/scene3dsgmaterial.cpp b/src/quick3d/imports/scene3d/scene3dsgmaterial.cpp
index a47d00268..1b8b08a4e 100644
--- a/src/quick3d/imports/scene3d/scene3dsgmaterial.cpp
+++ b/src/quick3d/imports/scene3d/scene3dsgmaterial.cpp
@@ -44,14 +44,14 @@ QT_BEGIN_NAMESPACE
namespace Qt3DRender {
/*!
- \class Qt3DCore::Scene3DSGMaterial
+ \class Qt3DRender::Scene3DSGMaterial
\internal
- \inherit QSGMaterial
+ \inherits QSGMaterial
- \brief The Qt3DRender::Scene3DSGMaterial class is a custom QSGMaterial subclass used to
- render a Qt3DRender::Scene3DSGNode
+ \brief The Scene3DSGMaterial class is a custom QSGMaterial subclass used to
+ render a Scene3DSGNode
- The Qt3DRender::Scene3DSGMaterial class renders a texture using premultiplied
+ The Scene3DSGMaterial class renders a texture using premultiplied
alpha unlike the QSGSimpleTextureMaterial.
This is needed to properly integrate alpha blending from a Qt3D scene