pull/29/merge
wenqingl 2022-07-25 17:19:10 -07:00 committed by GitHub
commit 09ea948bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ This repository is a support code for my computer graphics lectures. It is not m
**Check [the wiki](https://github.com/ssloy/tinyraytracer/wiki) that accompanies the source code. The second raytracing chapter is available [in the tinykaboom repository](https://github.com/ssloy/tinykaboom/wiki). If you are looking for a software rasterizer, check the [other part of the lectures](https://github.com/ssloy/tinyrenderer/wiki).**
In my lectures I tend to avoid third party libraries as long as it is reasonable, because it forces to understand what is happening under the hood. So, the raytracing 256 lines of plain C++ give us this result:
In my lectures, I tend to avoid third party libraries as long as it is reasonable because it forces me to understand what is happening under the hood. So, the raytracing of 256 lines of plain C++ gives us this result:
![](https://raw.githubusercontent.com/ssloy/tinyraytracer/master/out.jpg)
## compilation