Practice project for learning about using OpenGL in Qt5 widget applications.
Model loader using [Assimp](https://assimp.org/) within a Qt5 widget application.
Practice project for learning about using OpenGL in Qt widget applications.
Model loader using [Assimp](https://assimp.org/) within a Qt widget application.
You can import your own models within `mainwdget.cpp`, inside the
`MainWidget::initObjects()` function. I've commented throughout the code there
@ -13,13 +13,19 @@ examples in the `resources/models/` directory. For more in-depth examples, see
@@ -13,13 +13,19 @@ examples in the `resources/models/` directory. For more in-depth examples, see