vanrijn/src
Matthew Gordon 7cdcdb145a Remove unused function. 2019-12-21 10:08:00 -05:00
..
algebra_utils.rs Add utility function to create change-of-basis matrices 2019-11-27 17:00:44 -05:00
camera.rs Quick-and-dirty multithreading 2019-12-21 10:07:53 -05:00
colour.rs Implement Add, Mul, Copy, Clone and Debug for ColourRgbF 2019-11-23 20:50:31 -05:00
image.rs Replace ClampingToneMapper::new() with derive(Default) 2019-12-07 10:58:04 -05:00
integrators.rs Minor cleanup and tidying; no change in functionality. 2019-12-07 10:58:04 -05:00
lib.rs Add intersection test for triangle; not quite working yet though 2019-12-07 09:28:11 -05:00
main.rs Quick-and-dirty multithreading 2019-12-21 10:07:53 -05:00
materials.rs Quick-and-dirty multithreading 2019-12-21 10:07:53 -05:00
mesh.rs Remove unused function. 2019-12-21 10:08:00 -05:00
raycasting.rs Quick-and-dirty multithreading 2019-12-21 10:07:53 -05:00
sampler.rs Factor out Sampler struct and add shadow casting 2019-11-23 21:36:59 -05:00
scene.rs Replace Vector3 with Point3 where appropriate 2019-12-07 11:09:07 -05:00