<div dir="ltr">Hello RiverBank,<br><br>I am developing a PyQt UI application with QML, and I need to use some 3D graphics, I saw that Qt has extensive 3D support for QML (example here: <a href="https://code.qt.io/cgit/qt/qt3d.git/tree/examples/qt3d/simple-qml?h=5.14">https://code.qt.io/cgit/qt/qt3d.git/tree/examples/qt3d/simple-qml?h=5.14</a>)<br><br>But when I checked in PyQt docs I found 3D support only for widgets and not for QML (here: <a href="https://docs.huihoo.com/pyqt/PyQt5/Qt3DExtras.html#PyQt5-Qt3DExtras">https://docs.huihoo.com/pyqt/PyQt5/Qt3DExtras.html#PyQt5-Qt3DExtras</a>)<br><br>Am I missing something? Is 3D for QML not supported in PyQt?</div>