Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bfierz committed Aug 11, 2016
1 parent c06fefa commit 383b4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ShaderTricks/GridBox.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ number of cells per cube dimension:
glDrawArraysInstanced(GL_LINES_ADJACENCY, 0, 12, N + 1);
```
Using Separate Colours for each face
------------------------------------
Using Separate Colours for each Dimension
-----------------------------------------
So far we the rendered grid cube has only a single color. In this section, I
will extend the shader a bit to allow us to select a color for each dimension.
Expand Down

0 comments on commit 383b4a2

Please sign in to comment.