PyQt 3D for QtQuick (QML) support

Kirill Rogachevsky <[email protected]> Wed, 6 May 2020 20:09:00 +0300
Newsgroups gmane.comp.python.pyqt-pykde
Message-ID <CAA5ZgwEUQdjz5YvvyzXuU_zhZ7k51DruugBVcXOjGA8E4Sf2bg@mail.gmail.com>
Hello RiverBank,

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:
https://code.qt.io/cgit/qt/qt3d.git/tree/examples/qt3d/simple-qml?h=5.14)

But when I checked in PyQt docs I found 3D support only for widgets and not
for QML (here:
https://docs.huihoo.com/pyqt/PyQt5/Qt3DExtras.html#PyQt5-Qt3DExtras)

Am I missing something? Is 3D for QML not supported in PyQt?