Skip to content

Commit 6e01f3c

Browse files
committed
新增 5 6 章节
1 parent d3b56d5 commit 6e01f3c

File tree

3 files changed

+1574
-4
lines changed

3 files changed

+1574
-4
lines changed

docs/.vitepress/config.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,12 @@ module.exports = {
170170
'WebGL': {
171171
text: 'WebGL',
172172
items: [
173-
{ text: '第一章', link: '/WebGL/' },
174-
{ text: '第二章', link: '/WebGL/Chapter2'},
175-
{ text: '第三章', link: '/WebGL/Chapter3'},
176-
{ text: '第四章', link: '/WebGL/Chapter4'}
173+
{ text: '第一章 WebGL', link: '/WebGL/' },
174+
{ text: '第二章 绘制和变换三角形', link: '/WebGL/Chapter2'},
175+
{ text: '第三章 高级变换与动画基础', link: '/WebGL/Chapter3'},
176+
{ text: '第四章 颜色和纹理', link: '/WebGL/Chapter4'},
177+
{ text: '第五章 OpenGL ES 着色器语言', link: '/WebGL/Chapter5'},
178+
{ text: '第六章 进入三维世界', link: '/WebGL/Chapter5'},
177179
]
178180
}
179181
},

0 commit comments

Comments
 (0)