vanrijn/src
Matthew Gordon a7e1f1c134 Add type alias for the return type of Material::bsdf() 2019-12-07 10:58:04 -05:00
..
algebra_utils.rs Add utility function to create change-of-basis matrices 2019-11-27 17:00:44 -05:00
camera.rs Add another light to test scene, to fill shadows in a little 2019-11-29 22:30:31 -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 Minor cleanup and tidying; no change in functionality. 2019-12-07 10:58:04 -05:00
materials.rs Add type alias for the return type of Material::bsdf() 2019-12-07 10:58:04 -05:00
mesh.rs Add intersection test for triangle; not quite working yet though 2019-12-07 09:28:11 -05:00
raycasting.rs Clean up a long if-else sequence. No change in functionality. 2019-12-07 10:58:04 -05:00
sampler.rs Factor out Sampler struct and add shadow casting 2019-11-23 21:36:59 -05:00
scene.rs Refactor, adding Material trait that returns a BSDF 2019-11-23 20:53:45 -05:00