psychopath/src
Nathan Vegdahl 085d1d655e A single unified Sobol implementation.
This version of Sobol implements both Owen scrambling and index
permutation, allowing for multiple statistically independent
Sobol sequences.
2020-04-19 01:11:43 +09:00
..
accel Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
light Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
parse Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
sampling Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
scene Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
shading Switched from in-tree float4 lib to glam. 2019-07-22 22:30:37 +09:00
surface Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
algorithm.rs Switched all uninitialized memory to use MaybeUninit. 2019-07-06 13:46:54 +09:00
bbox.rs Make better use of the types in the glam crate. 2019-07-25 11:36:52 +09:00
bbox4.rs Fix/silence various clippy warnings. 2019-08-01 14:18:26 +09:00
boundable.rs First step transitioning to Rust 2018. 2018-12-16 12:02:20 -08:00
camera.rs Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
color.rs Fix/silence various clippy warnings. 2019-08-01 14:18:26 +09:00
fp_utils.rs Fix deprecation warnings from rustc. 2019-11-23 10:21:16 +09:00
hash.rs A single unified Sobol implementation. 2020-04-19 01:11:43 +09:00
hilbert.rs Run new rustfmt on codebase. 2018-03-04 13:00:55 -08:00
image.rs Fix deprecation warnings from rustc. 2019-11-23 10:21:16 +09:00
lerp.rs Make bilinear patch splitting a little smarter. 2019-08-01 13:49:44 +09:00
main.rs Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
math.rs Use a much better approximation of the probit function. 2020-03-27 21:19:24 +09:00
mis.rs Make MIS routines handle infinite importance better. 2017-10-25 07:11:24 -07:00
ray.rs Make better use of the types in the glam crate. 2019-07-25 11:36:52 +09:00
renderer.rs A single unified Sobol implementation. 2020-04-19 01:11:43 +09:00
timer.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
tracer.rs Fix deprecation warnings from rustc. 2019-11-23 10:21:16 +09:00
transform_stack.rs Switched all uninitialized memory to use MaybeUninit. 2019-07-06 13:46:54 +09:00