Fix dead link in Graphics Programming section

Fix link to *Learning Modern 3D Graphics Programming*.  The source of the updated link is the author's [Wiki](https://bitbucket.org/alfonse/gltut/wiki/Home) for the book.
pull/1763/head
Michael Satteson 2015-12-29 10:19:59 -06:00
parent 7d893e7a04
commit 1892ee220f
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ Original Source: [List of freely available programming books](http://web.archive
* [Grokking the GIMP](http://gimp-savvy.com/BOOK/index.html) * [Grokking the GIMP](http://gimp-savvy.com/BOOK/index.html)
* [Introduction to Modern OpenGL](https://open.gl) * [Introduction to Modern OpenGL](https://open.gl)
* [Learn OpenGL](http://learnopengl.com) - Joey de Vries * [Learn OpenGL](http://learnopengl.com) - Joey de Vries
* [Learning Modern 3D Graphics Programming](http://ww2.arcsynthesis.org) (draft) * [Learning Modern 3D Graphics Programming](https://web.archive.org/web/20150225192611/http://www.arcsynthesis.org/gltut/index.html) (draft)
* [OpenGL](http://www.songho.ca/opengl/index.html) - Concepts and illustrations. * [OpenGL](http://www.songho.ca/opengl/index.html) - Concepts and illustrations.
* [OpenGL Programming Guide (The Red Book)](http://fly.srk.fer.hr/~unreal/theredbook/) * [OpenGL Programming Guide (The Red Book)](http://fly.srk.fer.hr/~unreal/theredbook/)
* [ShaderX series](http://www.realtimerendering.com/resources/shaderx/) * [ShaderX series](http://www.realtimerendering.com/resources/shaderx/)