Assimp isn't available
Unsolved
Game Development
-
wrote on 18 Jul 2016, 16:00 last edited by A Former User 8 Jul 2016, 12:44
I'm trying to use Qt3D Assimp module to import 3D models with Qt5.7. Following the man page, I added the following to my .pro file
QT += 3drenderbut #include <AssimpIO> resulted in a "file not found" compiler error.
-
wrote on 7 Aug 2016, 03:39 last edited by
Because it's not a part of the public api
// // W A R N I N G // ------------- // // This file is not part of the Qt API. It exists for the convenience // of other Qt classes. This header file may change from version to // version without notice, or even be removed. // // We mean it. //
use QMesh for loading models instead
-
wrote on 6 Sept 2016, 08:42 last edited by
Yes, assimp is no longer part of the public api, but its sample is present in the qt 5.7 source files.
You can look at it to see how they are using it in the latest version.