Jean-Michel Gorius 990b36d9eb Add basic transforms
This change allows us to render a complete Cornell box.
2022-11-13 19:41:48 +01:00

10 lines
290 B
Markdown

# Ray tracing in one week-end
C implementation of the [*Ray tracing in one week-end*](https://raytracing.github.io/) series by Peter Shirley.
## Examples
![Ray tracing in one week-end book cover](examples/book-cover.png)
![Earth](examples/earth.png)
![Cornell box](examples/cornell.png)