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

@@ -50,6 +50,10 @@ pages:
- 泛光: '05 Advanced Lighting/07 Bloom.md'
- 延迟着色法: '05 Advanced Lighting/08 Deferred Shading.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/02 Text Rendering.md'