- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 89字
- 2021-06-30 14:45:55
Summary
In this chapter, you have learned the vector math required to create a robust animation system. Animation is a math-heavy topic; the skills you have learned in this chapter are required to complete the rest of this book. You implemented all the common vector operations for three-component vectors. The vec2 and vec4 structures don't have a full implementation like vec3, but they are only used to send data to the GPU.
In the next chapter, you will continue to learn more about game-related math by learning about matrices.
推薦閱讀
- 演進式架構(原書第2版)
- Advanced Machine Learning with Python
- Modular Programming with Python
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- 精通搜索分析
- 信息安全技術
- Python Network Programming Cookbook(Second Edition)
- Gradle for Android
- Kotlin從基礎到實戰
- Mastering Unity 2D Game Development(Second Edition)
- JavaScript程序設計(第2版)
- C++ Fundamentals
- Hands-On JavaScript for Python Developers
- MySQL數據庫應用實戰教程(慕課版)
- 實戰Python網絡爬蟲