Skip to content

Commit 54cf8de

Browse files
author
Floyd Huizinga
committed
restructure docs for 1-3 chapter
1 parent 8184cf6 commit 54cf8de

14 files changed

+30
-279
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Overview
2+
3+
Now that we know how to get a triangle on screen, we'll dive into the more simple topics in rendering.
4+
5+
We'll talk about the rasterizer state and what it can do for us, get some textures onto our geometry, and explain everything we need to get a 3D model properly rendering.
6+
7+
Finally we'll add a tool that almost everyone uses, "Dear ImGui" which allows is to very flexibly add some UI to control things in our scenes.
8+
9+
[Rasterizer State](1-3-1-rasterizer-state.md)
10+
11+
[Texturing](1-3-2-texturing.md)
12+
13+
[Setting up 3D Rendering](1-3-3-setting-up-3d-rendering.md)
14+
15+
[3D Rendering](1-3-4-3d-rendering.md)
16+
17+
[Models](1-3-5-models.md)
18+
19+
[Dear ImGui](1-3-6-dear-imgui.md)
20+
21+
[Next chapter](./1-3-2-texturing.md)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Dear ImGui

docs/1-introduction/1-3-models/1-3-0-overview.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/1-introduction/1-3-models/1-3-1-texturing.md

Lines changed: 0 additions & 184 deletions
This file was deleted.

docs/1-introduction/1-3-models/1-3-2-loading-meshes.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/1-introduction/1-3-models/1-3-3-dear-imgui.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/1-introduction/1-3-models/1-3-4-depth-buffer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/1-introduction/1-3-models/1-3-5-rasterizer-state.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/1-introduction/1-3-models/1-3-6-coordinate-systems.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/1-introduction/1-3-models/1-3-7-camera.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)