- 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.
推薦閱讀
- 零基礎(chǔ)學(xué)Visual C++第3版
- Python快樂(lè)編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- The Android Game Developer's Handbook
- 數(shù)據(jù)結(jié)構(gòu)簡(jiǎn)明教程(第2版)微課版
- Blender 3D Incredible Machines
- 教孩子學(xué)編程:C++入門圖解
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級(jí)版)
- Linux C編程:一站式學(xué)習(xí)
- Python深度學(xué)習(xí)原理、算法與案例
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- Web程序設(shè)計(jì):ASP.NET(第2版)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Android應(yīng)用程序設(shè)計(jì)
- Python高性能編程(第2版)
- Flutter for Beginners