8 Commits

Author SHA1 Message Date
0ec6f46be0 Finish up clippy lint. 2019-02-26 19:00:58 -08:00
c8f5bf9e19 cargo fix --edition and add edition="2018" to Cargo.toml. 2019-02-07 16:36:55 -08:00
66d599b50d Fix all clippy warnings or block them. 2018-10-11 19:53:07 -07:00
896ae20196 Add motion blur and MovingSphere type to exercise it.
Also changes Ray implementation to use public struct members instead of
accessor functions.
2018-09-14 12:06:29 -07:00
0c9edd9e61 Fullres book cover and add timing.
Squelch clippy warning in camera.rs.
2018-09-11 09:08:32 -07:00
f2c5cf48ad Update camera to implement defocused blur.
Removed tracer programs that no longer compile with new Camera API.
2018-09-10 21:43:39 -07:00
196a4b76bc Implement positional camera.
Bug fix for cross()
2018-09-09 21:27:34 -07:00
9698afce43 Implement sub-sampling anti-aliasing.
Move camera to code to separate module.
2018-09-09 13:37:35 -07:00