Ray tracer
Go to file
Matthew Gordon 6f1663f616 Fix issue with noise in refrections
The BSDF for Reflective material had rounding issues that would
sometimes make the reflection strength NaN.
2019-11-30 11:26:18 -05:00
.github/workflows GitHub build action (#1) 2019-11-28 11:01:14 -05:00
src Fix issue with noise in refrections 2019-11-30 11:26:18 -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 Add guthub build badge to README 2019-11-28 11:29:11 -05:00

README.md

vanrijn

Ray tracer