Skip to content

Commit

Permalink
Fix typo in exercice desc
Browse files Browse the repository at this point in the history
"To help get you started" was repeated twice in the phrase
  • Loading branch information
Pamicel authored Mar 20, 2021
1 parent 314e626 commit 2118551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/frag-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@

## Exercise

Write a fragment shader which draws a disk of radius `128` centered at the point `vec2(256,256)` in device coordinates. The points inside the disk should be colored with `CIRCLE_COLOR` and the points outside should be colored with `OUTSIDE_COLOR`. To help get you started, a file called `fragment.glsl` has been created in <a href="/open/frag-1" target="_blank">this project's directory</a> to help get you started.
Write a fragment shader which draws a disk of radius `128` centered at the point `vec2(256,256)` in device coordinates. The points inside the disk should be colored with `CIRCLE_COLOR` and the points outside should be colored with `OUTSIDE_COLOR`. A file called `fragment.glsl` has been created in <a href="/open/frag-1" target="_blank">this project's directory</a> to help get you started.

***

Expand Down

0 comments on commit 2118551

Please sign in to comment.