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

Rewrite 04-06

This commit is contained in:
Meow J
2017-07-15 22:27:06 +08:00
parent ebfb25dbd5
commit 15b19fe8e1
4 changed files with 165 additions and 154 deletions

View File

@@ -353,6 +353,19 @@
- Blur模糊
- Edge-detection边缘检测
## 04-06
- Cube Map立方体贴图
- Skybox天空盒
- Environment Mapping环境映射
- Reflection反射
- Refraction折射
- Reflection Map反射贴图
- Snell's Law斯涅尔定律
- Refractive Index折射率
- Single-side Refraction单面折射
- Dynamic Environment Mapping动态环境映射
## 06-01
- Debugging调试