1
0
mirror of https://github.com/ssloy/tinyraytracer.git synced 2025-08-31 17:51:46 +02:00

Update Readme.md

This commit is contained in:
Dmitry V. Sokolov
2019-01-20 23:01:54 +01:00
committed by GitHub
parent d864d72561
commit 9f16ee86d2

View File

@@ -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).