raytracer-c/README.md
Zachary D. Rowitsch 97c39a263e typo in README.md
2020-08-20 00:14:13 -04:00

739 B

raytracer-c

Current executables (and sample output) are:

main/parabola

simple demonstration of tuple implementation, shooting a projectile with gravity & wind vectors...

main/sphere_shadow

Matrix implementation allow us to cast rays...and intersect them with a sphere

main/phong_render_sphere

Phone shading!

main/phong_render_three_spheres

Multiple objects, but they are all spheres...Some are simply scaled to look flat.

main/phong_render_three_spheres (with shadows)

Same executable but now shadows are added...