Technical requirements
To follow along with this chapter, you will need the OpenGL and Vulkan renderer code from Chapter 8.
If we want to animate our game character model, we must extract the skeleton. This first step requires some work to complete, which we will cover in this chapter. As an example, we need to construct a tree structure of the model’s nodes and extract the so-called inverse bind matrices.