Qt and OpenGL Part 2: Rendering a 3D Model

This blog post is the second in a two part series that covers using OpenGL with Qt. Part One looked at how to use Assimp to load 3D models from some common 3D model formats. This post will cover how to render a 3D model using OpenGL and Qt.
Source: Ziobudda.net