opengl_learn

Step-by-step introduction to OpenGL
git clone https://0xdd.org/code/opengl_learn.git
Log | Files | Refs | README | LICENSE

commit 2a9099b38c262d371fa9bba3db2de94f9b61dbf1
parent 657b658cd8ef1fa328852fd23e1229436ffa8fea
Author: David DiPaola <DavidDiPaola@users.noreply.github.com>
Date:   Fri,  5 Oct 2018 19:55:34 -0400

05: fixed tutorial reference URL

Diffstat:
M05-geometrytransforms.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/05-geometrytransforms.c b/05-geometrytransforms.c @@ -3,7 +3,7 @@ licensed under CC0 (public domain, see https://creativecommons.org/publicdomain/zero/1.0/) */ -/* followed this tutorial: http://www.opengl-tutorial.org/beginners-tutorials/tutorial-5-a-textured-cube/ */ +/* followed this tutorial: http://www.opengl-tutorial.org/intermediate-tutorials/tutorial-17-quaternions/ */ #define _DEFAULT_SOURCE #define _BSD_SOURCE