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

fix picture links

This commit is contained in:
Geequlim
2015-07-15 14:58:49 +08:00
parent b488f8a73a
commit 39bb3f1c81
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ pages:
- 创建一个窗口: '01 Getting started/02 Creating a window.md'
- Hello Window: '01 Getting started/03 Hello Window.md'
- Hello Triangle: '01 Getting started/04 Hello Triangle.md'
- 着色器: '01 Getting started/05 Shaders.md'
- 坐标系统: '01 Getting started/08 Coordinate Systems.md'
- 复习: '01 Getting started/10 Review.md'
- 光照(Lighting):