psychopath/src
Nathan Vegdahl 5add4cfdb1 Implementing Color as a simple enum rather than as a trait.
There's really no reason for it to be a Trait, and this will simplify
a lot of things down the road.
2018-12-27 16:09:03 -08:00
..
accel Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
light Implementing Color as a simple enum rather than as a trait. 2018-12-27 16:09:03 -08:00
parse Implementing Color as a simple enum rather than as a trait. 2018-12-27 16:09:03 -08:00
sampling Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
scene Implementing Color as a simple enum rather than as a trait. 2018-12-27 16:09:03 -08:00
shading Implementing Color as a simple enum rather than as a trait. 2018-12-27 16:09:03 -08:00
surface Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
algorithm.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
bbox.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
boundable.rs First step transitioning to Rust 2018. 2018-12-16 12:02:20 -08:00
camera.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
color.rs Implementing Color as a simple enum rather than as a trait. 2018-12-27 16:09:03 -08:00
fp_utils.rs First step transitioning to Rust 2018. 2018-12-16 12:02:20 -08:00
hash.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
hilbert.rs Run new rustfmt on codebase. 2018-03-04 13:00:55 -08:00
image.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
lerp.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
main.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
math.rs Fix/silence a bunch of clippy warnings in the main crate. 2018-12-15 23:26:12 -08:00
mis.rs Make MIS routines handle infinite importance better. 2017-10-25 07:11:24 -07:00
ray.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
renderer.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
timer.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
tracer.rs Implementing Color as a simple enum rather than as a trait. 2018-12-27 16:09:03 -08:00
transform_stack.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00