1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

01-09 First half

This commit is contained in:
Meow J
2016-11-17 21:49:59 +08:00
parent 00a515ce63
commit c3ba06745e
3 changed files with 68 additions and 55 deletions

View File

@@ -159,6 +159,19 @@
- Depth Testing深度测试
- Depth Buffer深度缓冲
## 01-09
- Direction Vector方向向量
- Camera Space摄像机空间
- Gram-Schmidt Process格拉姆—施密特正交化
- LookAt MatrixLookAt矩阵
- Strafe(?)扫射
- Deltatime时间差
- Euler Angles欧拉角
- Pitch俯仰角
- Yaw偏航角
- Roll滚转角
## 06-01
- Debugging调试