Summary
In this chapter, we've covered drawing 3D models, both static and animated. In order to be able to do this, we covered the 3D coordinate system and brushed up our matrices. Mixing 2D and 3D shouldn't be an issue anymore.
However up until now, we haven't had interaction with our player, which is quite important for games. That's about to change in the next chapter!