Ray tracer
Go to file
Matthew Gordon c144780fce Fix failed intersection when ray origin is insode sphere
Added unit test which detected a false miss when the sphere centre
is behind the ray origin but the ray origin is inside the sphere.
2019-11-13 17:45:33 -05:00
src Fix failed intersection when ray origin is insode sphere 2019-11-13 17:45:33 -05:00
.gitignore Set up SDL so I can draw the image being rendered in a window 2019-10-21 01:40:58 -04:00
Cargo.toml Throw out my own vector functions and add Ray type with nalgebra 2019-11-06 12:56:43 -05:00
LICENSE Initial commit 2019-10-20 22:34:32 -04:00
README.md Initial commit 2019-10-20 22:34:32 -04:00

README.md

vanrijn

Ray tracer