You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Clyne 660df4c12c | 5 months ago | |
---|---|---|
imgui@d06b8b58d8 | 7 months ago | |
.gitignore | 7 months ago | |
.gitmodules | 7 months ago | |
LICENSE | 7 months ago | |
Makefile | 7 months ago | |
README.md | 7 months ago | |
color.h | 7 months ago | |
main.cpp | 7 months ago | |
object.h | 7 months ago | |
random.h | 7 months ago | |
ray.h | 7 months ago | |
renderer.h | 7 months ago | |
screenshot.png | 5 months ago | |
sphere.h | 7 months ago | |
vec3.h | 7 months ago | |
view.h | 7 months ago | |
world.h | 7 months ago |
README.md
raytracer
Based on code from the Ray Tracing in One Weekend book series.