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

Finish 01-08

This commit is contained in:
Meow J
2016-11-16 21:24:01 +08:00
parent bdd326f6d8
commit b35533fa05
2 changed files with 67 additions and 64 deletions

View File

@@ -155,6 +155,9 @@
- Viewing Box观察箱
- Perspective Division透视除法
- Z-bufferZ缓冲
- Draw绘制
- Depth Testing深度测试
- Depth Buffer深度缓冲
## 06-01