vanrijn/src
Matthew Gordon c35735f117 Move Plane into it's own submodule 2019-12-21 15:19:16 -05:00
..
raycasting Move Plane into it's own submodule 2019-12-21 15:19:16 -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 benchmark 2019-12-21 10:43:33 -05:00
main.rs Make output image smaller. 2019-12-21 10:43:39 -05:00
materials.rs Quick-and-dirty multithreading 2019-12-21 10:07:53 -05:00
mesh.rs Move load_obj() into submudule 2019-12-21 10:43:39 -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