Template PBR lighting tut with folder re-structure to fit PBR tuts.

This commit is contained in:
Joey de Vries
2016-12-12 21:10:58 +01:00
parent b2657d7e1c
commit 0a46f53608
12 changed files with 1343 additions and 2 deletions

View File

@@ -58,7 +58,8 @@ set(CHAPTERS
3.model_loading
4.advanced_opengl
5.advanced_lighting
6.in_practice
6.pbr
7.in_practice
)
set(1.getting_started
@@ -111,7 +112,14 @@ set(5.advanced_lighting
9.ssao
)
set(6.in_practice
set(6.pbr
1.1.lighting
1.2.lighting_textured
# 2.1.ibl_irradiance
# 2.2.ibl_specular
)
set(7.in_practice
1.debugging
# 2.text_rendering
)