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

Rewrite 02-04

This commit is contained in:
Meow J
2017-06-22 01:58:25 +08:00
parent 341d22cde2
commit 95195626db
6 changed files with 74 additions and 58 deletions

View File

@@ -213,6 +213,18 @@
- Light Property光照属性
- Scatter散射
## 02-04
- Map贴图
- Diffuse Map漫反射贴图
- Opaque Type不透明类型
- Specular Map镜面光贴图
- Normal Map法线贴图
- Bump Map凹凸贴图
- Reflection Map反射贴图
- Emission Map放射光贴图
- Emission Value发光值
## 06-01
- Debugging调试