From 9d27114982c228d9d00138c6fde587fea3143002 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Sun, 13 May 2018 22:47:27 +0200 Subject: [PATCH] Add section title --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f2cd9c..1bf0ae7 100644 --- a/README.md +++ b/README.md @@ -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)