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

Rewrite 04-04

This commit is contained in:
Meow J
2017-07-04 13:39:26 +08:00
parent 38eb703343
commit a090730cdf
2 changed files with 54 additions and 42 deletions

View File

@@ -317,6 +317,19 @@
- Reverse Iterator反向迭代器
- Order Independent Transparency次序无关透明度
## 04-04
- Side
- Face Culling面剔除
- Front Facing面向
- Back Facing背向
- Front Face正向面
- Back Face背向面
- Winding Order环绕顺序
- Front-facing Triangle正向三角形
- Back-facing Triangle背向三角形
- Cull剔除
## 06-01
- Debugging调试