My frist 3D renderer based on the book "The Ray Tracer Challenge"
| images | ||
| src | ||
| tests | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| LICENSE | ||
| README.md | ||
The Ray Tracer Challenge
This project is based on the book The Ray Tracer Challenge by Jamis Buck and will hopefully contain my own 3D renderer at some point.
I think I'm going to tag the states after each chapter, so anyone who is interested can see the progress from chapter to chapter.
Disclaimer: You will probably notice, that I will change name of the tests or implementing things differently from the book. I do this in hope, that I will not regret it ... I guess we'll see ;-).