Revert the canvas size to the one from the chapter
This commit is contained in:
23
README.md
23
README.md
@@ -3,4 +3,25 @@
|
||||
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:
|
||||
|
||||

|
||||
Reference in New Issue
Block a user