1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-26 16:34:20 +02:00

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

View File

@@ -21,6 +21,8 @@
- [Template Engine](#build-your-own-template-engine) - [Template Engine](#build-your-own-template-engine)
- [Web Server](#build-your-own-web-server) - [Web Server](#build-your-own-web-server)
## Tutorials
#### Build your own `3D Renderer` #### 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) * [**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)