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

Literally rewrite 02-03

This commit is contained in:
Meow J
2017-06-21 02:05:03 +08:00
parent 689e936dc7
commit 341d22cde2
3 changed files with 75 additions and 73 deletions

View File

@@ -205,6 +205,14 @@
- Gouraud ShadingGouraud着色
- Phong Shading冯氏着色
## 02-03
- Material材质
- Struct结构体
- Layout布局
- Light Property光照属性
- Scatter散射
## 06-01
- Debugging调试