Add section title

This commit is contained in:
Daniel Stefanovic 2018-05-13 22:47:27 +02:00 committed by GitHub
parent 283e846b0b
commit 9d27114982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
- [Template Engine](#build-your-own-template-engine)
- [Web Server](#build-your-own-web-server)
## Tutorials
#### Build your own `3D Renderer`
* [**C++**: *Introduction to Ray Tracing: a Simple Method for Creating 3D Images*](https://www.scratchapixel.com/lessons/3d-basic-rendering/introduction-to-ray-tracing/how-does-it-work)