psychopath/sub_crates
Nathan Vegdahl 047e66d9aa Reworked Sobol sampler implementation.
This produces identical results, but generates the direction
vectors from the original sources at build time.  This makes
the source code quite a bit leaner, and will also make it easier
to play with other direction vectors in the future if the
opportunity arises.
2020-03-15 22:01:06 +09:00
..
bvh_order Better path usage and "extern crate" removal in sub-crates. 2018-12-16 13:14:06 -08:00
color Do better chromatic adaptation for input RGB colors. 2019-07-26 16:01:56 +09:00
halton Silence code style warning on generated Halton sampler code. 2020-03-15 17:17:39 +09:00
math3d Make better use of the types in the glam crate. 2019-07-25 11:36:52 +09:00
oct32norm Better path usage and "extern crate" removal in sub-crates. 2018-12-16 13:14:06 -08:00
sobol Reworked Sobol sampler implementation. 2020-03-15 22:01:06 +09:00
spectral_upsampling Fix/silence various clippy warnings. 2019-08-01 14:18:26 +09:00
trifloat Fix/silence various clippy warnings. 2019-08-01 14:18:26 +09:00