Skip to content

Commit

Permalink
文档编辑
Browse files Browse the repository at this point in the history
  • Loading branch information
codediy committed May 23, 2018
1 parent c857b8b commit 15453de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/WebGL点的绘制.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 主要代码文件

>src/index.html
>
>src/webgl/hello.js
## index.html
Expand All @@ -27,7 +28,7 @@ gl.clear(gl.COLOR_BUFFER_BIT);
>主要代码
>src/index.html
>
>src/webgl/point.js
## point.js
Expand Down Expand Up @@ -79,6 +80,7 @@ gl.drawArrays(gl.POINTS,0,1);

主要代码
> src/lib/webgl.js
>
> src/webgl/point2.js
# 4 点的位置和大小修改
Expand Down

0 comments on commit 15453de

Please sign in to comment.