Revert the canvas size to the one from the chapter
This commit is contained in:
21
README.md
21
README.md
@@ -4,3 +4,24 @@ DoRayMe
|
|||||||
=======
|
=======
|
||||||
|
|
||||||
A Quick and dirty raytracer.
|
A Quick and dirty raytracer.
|
||||||
|
|
||||||
|
|
||||||
|
This raytracer is made following the book "[The Ray Tracer Challenge](https://pragprog.com/book/jbtracer/the-ray-tracer-challenge)" by Jamis Buck.
|
||||||
|
|
||||||
|
It is writen in C++ with no STL and use [LodePNG](https://github.com/lvandeve/lodepng) to output PNG file.
|
||||||
|
|
||||||
|
|
||||||
|
Examples outputs
|
||||||
|
----------------
|
||||||
|
|
||||||
|
From chapter 05:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
From Chapter 06:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
From Chapter 07:
|
||||||
|
|
||||||
|

|
||||||
BIN
output/ch5_test.png
Normal file
BIN
output/ch5_test.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 273 B |
BIN
output/ch6_test.png
Normal file
BIN
output/ch6_test.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
BIN
output/ch7_test.png
Normal file
BIN
output/ch7_test.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
Reference in New Issue
Block a user