1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-29 02:23:29 +00:00

Add raytracing in one weekend (#5362)

* Add raytracing in one weekend

* Add html to entry.

* Remove trailing slash
This commit is contained in:
Ben Villalobos 2021-05-05 07:42:13 -07:00 committed by GitHub
parent c8a4a09b1f
commit e026c69cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,6 +296,7 @@
* [Learning Modern 3D Graphics Programming](https://web.archive.org/web/20150225192611/http://www.arcsynthesis.org/gltut/index.html) - Jason L. McKesson (draft)
* [Notes for a Computer Graphics Programming Course](https://www.cs.csustan.edu/~rsc/CS3600F00/Notes.pdf) - Dr. Steve Cunningham (PDF)
* [OpenGL](http://www.songho.ca/opengl/index.html) - Concepts and illustrations.
* [Ray Tracing in One Weekend](https://raytracing.github.io) - Peter Shirley (HTML)
* [ShaderX series](http://www.realtimerendering.com/resources/shaderx/) - Wolfgang Engel
* [Tutorials for modern OpenGL](http://www.opengl-tutorial.org)
* [WebGL Insights](http://webglinsights.com) - Patrick Cozzi and Contributors