aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2020-08-10 13:11:49 +0200
committerCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2020-08-17 10:32:31 +0200
commitfbcc734df92b6677dd226447b158f9922e1a6926 (patch)
treeb56ee0c6eb2e4ed6361ddcd5507a7bf91872b01a /sources/pyside2/PySide2
parent58a0d36d9271e91bd21272a9fe3b736dd90db58d (diff)
Add Qt3DExtras.QNormalDiffuseMapAlphaMaterial
Fixes: PYSIDE-1355 Change-Id: I27a31bd2efd685f9cd3ac4dc780ab4fa7f7f5720 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2/PySide2')
-rw-r--r--sources/pyside2/PySide2/Qt3DExtras/CMakeLists.txt1
-rw-r--r--sources/pyside2/PySide2/Qt3DExtras/typesystem_3dextras.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside2/PySide2/Qt3DExtras/CMakeLists.txt b/sources/pyside2/PySide2/Qt3DExtras/CMakeLists.txt
index 947c90bf3..2e5c56dcd 100644
--- a/sources/pyside2/PySide2/Qt3DExtras/CMakeLists.txt
+++ b/sources/pyside2/PySide2/Qt3DExtras/CMakeLists.txt
@@ -18,6 +18,7 @@ ${Qt3DExtras_GEN_DIR}/qt3dextras_qgoochmaterial_wrapper.cpp
${Qt3DExtras_GEN_DIR}/qt3dextras_qmetalroughmaterial_wrapper.cpp
${Qt3DExtras_GEN_DIR}/qt3dextras_qmorphphongmaterial_wrapper.cpp
${Qt3DExtras_GEN_DIR}/qt3dextras_qnormaldiffusemapmaterial_wrapper.cpp
+${Qt3DExtras_GEN_DIR}/qt3dextras_qnormaldiffusemapalphamaterial_wrapper.cpp
${Qt3DExtras_GEN_DIR}/qt3dextras_qnormaldiffusespecularmapmaterial_wrapper.cpp
${Qt3DExtras_GEN_DIR}/qt3dextras_qorbitcameracontroller_wrapper.cpp
${Qt3DExtras_GEN_DIR}/qt3dextras_qpervertexcolormaterial_wrapper.cpp
diff --git a/sources/pyside2/PySide2/Qt3DExtras/typesystem_3dextras.xml b/sources/pyside2/PySide2/Qt3DExtras/typesystem_3dextras.xml
index 25fe11a59..217aea0a2 100644
--- a/sources/pyside2/PySide2/Qt3DExtras/typesystem_3dextras.xml
+++ b/sources/pyside2/PySide2/Qt3DExtras/typesystem_3dextras.xml
@@ -63,6 +63,7 @@
<object-type name="QGoochMaterial"/>
<object-type name="QMetalRoughMaterial"/>
<object-type name="QMorphPhongMaterial"/>
+ <object-type name="QNormalDiffuseMapAlphaMaterial"/>
<object-type name="QNormalDiffuseMapMaterial"/>
<object-type name="QNormalDiffuseSpecularMapMaterial"/>
<object-type name="QOrbitCameraController"/>