From 9f16ee86d2674b9e57e19d2b7bc733b7d49d8209 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Sokolov" Date: Sun, 20 Jan 2019 23:01:54 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d6416bf..4b5642f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# Raytracing in 256 lines of bare C++ +# Understandable RayTracing in 256 lines of bare C++ This repository is a support code for my computer graphics lectures. It is not meant to be the ultimate rendering code or even physically realistic. It is meant to be **simple**. This project is distributed under the [DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE](https://en.wikipedia.org/wiki/WTFPL).