I'm pretty new with PyQt, but I just upgraded to the version 5 expecting that I could use the Qt3D (that is available with Qt5), but when I've tried to import the module it always says "Unresolved reference to Qt3d". So I've searched in the PyQt documentation and there is no reference of the Qt3D module, because of that I want to know:
- is it possible to use Qt3D with PyQt5?
- if so, how can I do it?
- if not, wich other libraries can I use to make a 3D visualization of a 3D model imported another program like Blender.
(I tought about vPython, but I couldn't figure it out how to import from another file)