psychopath/src
Nathan Vegdahl 764bdbeb06 MicropolyBatch doesn't need to satisfy Surface trait.
Eventually the Surface trait will be changed to actually mean the
ability to be processed _into_ a MicropolyBatch.  So it's ultimately
nonsensical for MicropolyBatch to implement it.
2018-12-29 10:18:38 -08:00
..
accel Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
light Implemented a "Micropolygon Batch" type. 2018-12-28 13:40:36 -08:00
parse Fixed compiler warnings. 2018-12-28 11:09:17 -08:00
sampling Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
scene Replaced SurfaceClosure trait with a SurfaceClosure enum. 2018-12-27 22:57:44 -08:00
shading Fixed compiler warnings. 2018-12-28 11:09:17 -08:00
surface MicropolyBatch doesn't need to satisfy Surface trait. 2018-12-29 10:18:38 -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 Fixed compiler warnings. 2018-12-28 11:09:17 -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 Replaced SurfaceClosure trait with a SurfaceClosure enum. 2018-12-27 22:57:44 -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