Skip to content

Commit

Permalink
文档修改
Browse files Browse the repository at this point in the history
  • Loading branch information
codediy committed May 24, 2018
1 parent 5a477c0 commit a120bda
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/WebGL点的绘制.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@ gl.drawArrays(gl.POINTS,0,1);
# 5 鼠标点击创建点

# 6 鼠标点击创建不同颜色的点
> src/webgl/point4.js
# 6 鼠标点击创建不同颜色的点

> src/webgl/point5.js
Loading

0 comments on commit a120bda

Please sign in to comment.