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

New chapter

This commit is contained in:
Meow J
2016-10-30 16:44:27 +08:00
parent 6d440ce0ea
commit 916ed3474b
5 changed files with 26 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ learnopengl.com系列教程的中文翻译目前正在翻译中。
**英文原版**[learnopengl.com](http://learnopengl.com/) **英文原版**[learnopengl.com](http://learnopengl.com/)
**当前翻译进度**49/60 **当前翻译进度**52/63
**校对进度**13/48 **校对进度**13/48

7
docs/PBR/IBL.md Normal file
View File

@@ -0,0 +1,7 @@
# IBL
**未完成**
这篇教程暂时还没有完成,您可以经常来刷新看看是否有更新的进展。
<img src="../../img/development.png" class="clean">

7
docs/PBR/Lighting.md Normal file
View File

@@ -0,0 +1,7 @@
# 光照
**未完成**
这篇教程暂时还没有完成,您可以经常来刷新看看是否有更新的进展。
<img src="../../img/development.png" class="clean">

7
docs/PBR/Theory.md Normal file
View File

@@ -0,0 +1,7 @@
# 理论
**未完成**
这篇教程暂时还没有完成,您可以经常来刷新看看是否有更新的进展。
<img src="../../img/development.png" class="clean">

View File

@@ -50,6 +50,10 @@ pages:
- 泛光: '05 Advanced Lighting/07 Bloom.md' - 泛光: '05 Advanced Lighting/07 Bloom.md'
- 延迟着色法: '05 Advanced Lighting/08 Deferred Shading.md' - 延迟着色法: '05 Advanced Lighting/08 Deferred Shading.md'
- SSAO: '05 Advanced Lighting/09 SSAO.md' - SSAO: '05 Advanced Lighting/09 SSAO.md'
- PBR:
- 理论: 'PBR/Theory.md'
- 光照: 'PBR/Lighting.md'
- IBL: 'PBR/IBL.md'
- 实战: - 实战:
- 调试: '06 In Practice/01 Debugging.md' - 调试: '06 In Practice/01 Debugging.md'
- 文本渲染: '06 In Practice/02 Text Rendering.md' - 文本渲染: '06 In Practice/02 Text Rendering.md'