Skip to content

Commit 77d337f

Browse files
colin3dmaxgreggman
authored andcommitted
translate Chinese toc
1 parent 7270fc5 commit 77d337f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules
44
out
55
package-lock.json
66
webgl2fundamentals.check.json
7+
.idea

webgl/lessons/zh_cn/webgl-points-lines-triangles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Title: WebGL2 点、线段与三角形
22
Description: WebGL2 中点、线段与三角形的绘制详解
3-
TOC: Points, Lines, and Triangles
3+
TOC: 点、线段与三角形
44

55
这个网站的大部分内容都是用三角形来绘制所有图形的。可以说,这是 99% 的 WebGL 程序的常规做法。不过,为了内容的完整性,我们再来讨论一些其他情况。
66

0 commit comments

Comments
 (0)