Qt3D Module
-
wrote on 3 Jul 2015, 19:41 last edited by
Hi guys, in Qt5.5.0 the new module Qt3D arrives. I want load with this library a stl file. But in the documentation i dont find the functions that i need. And the only tutorial about(https://wiki.qt.io/Loading-a-3D-Model) is deprecade.
Anyone can give me how to start? -
Hi,
IIRC you should be able to load that format with assimp, take a look at the assimp example, it might get you started.
Hope it helps
-
wrote on 24 Jul 2015, 01:09 last edited by
I'm using the assimp example here:
https://github.com/qtproject/qt3d/tree/dev/examples/qt3d/assimp-cppI still cannot get any 3d file format to work.
-
@Zypo , You should rather use code.qt.io, this is where the up to date code can be found.