psychopath/sub_crates
Nathan Vegdahl d71fd3b5c8 Implemented blue noise dithered sampling. Temporary.
After implementation, it does appear to make rendering slower
by a noticable bit compared to what I was doing before.  At very
low sampling rates it does provide a bit of visual improvement,
but by the time you get to even just 16 samples per pixel its
benefits seem to disappear.

Due to the slow down and the minimal gains, I'll be removing
this in the next commit.  But I want to commit it so I don't
lose the code, since it was an interesting experiment with
some promising results.
2017-05-14 12:25:01 -07:00
..
blue_noise_mask Implemented blue noise dithered sampling. Temporary. 2017-05-14 12:25:01 -07:00
float4 Moved Float4 and Matrix and Vector math into their own sub-crates. 2017-05-12 21:01:54 -07:00
halton Added a Rust port of Leonhard Grünschloß's Sobol sampler. 2017-05-11 23:56:12 -07:00
math3d Moved Float4 and Matrix and Vector math into their own sub-crates. 2017-05-12 21:01:54 -07:00
mem_arena Split some more things out into sub-crates. 2017-05-11 22:57:59 -07:00
sobol Avoid bounds checking in the Sobol code. 2017-05-12 00:34:03 -07:00
spectra_xyz Split some more things out into sub-crates. 2017-05-11 22:57:59 -07:00