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 af1740bde3 | 6 months ago | |
---|---|---|
imgui@d06b8b58d8 | 6 months ago | |
.gitignore | 6 months ago | |
.gitmodules | 6 months ago | |
LICENSE | 6 months ago | |
Makefile | 6 months ago | |
README.md | 6 months ago | |
color.h | 6 months ago | |
main.cpp | 6 months ago | |
random.h | 6 months ago | |
ray.h | 6 months ago | |
renderer.h | 6 months ago | |
sphere.h | 6 months ago | |
vec3.h | 6 months ago | |
view.h | 6 months ago | |
world.h | 6 months ago |
README.md
raytracer
Based on code from the Ray Tracing in One Weekend book series.