Does PyQt5 support Qt3D? -


i'm pretty new pyqt, upgraded version 5 expecting use qt3d (that available qt5), when i've tried import module says "unresolved reference qt3d". i've searched in pyqt documentation , there no reference of qt3d module, because of want know:

  • is possible use qt3d pyqt5?
    • if so, how can it?
    • if not, wich other libraries can use make 3d visualization of 3d model imported program blender.

(i tought vpython, couldn't figure out how import file)

update: ekhumoro pointed out, there in fact support it. see https://www.riverbankcomputing.com/software/pyqt3d/intro

doesn't seem case, @ least not yet.

on 23 mar 2016, @ 11:47 pm, miguel alejandro fernandez wrote:

in next version 5.6 include support 3d libraries?

it won't in pyqt v5.6. might in pyqt v5.6.1 if documentation has improved.

phil

from https://riverbankcomputing.com/pipermail/pyqt/2016-march/037147.html

you try using vtk


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -