psychopath/src
Nathan Vegdahl e48bff3011 Finished light tree arity configurability.
Turns out going higher arity makes a huge positive difference
is sampling quality.  Currently have 32-arity set as the default,
as it seems to be worth it for the better sampling.
2017-06-29 02:28:30 -07:00
..
accel Finished light tree arity configurability. 2017-06-29 02:28:30 -07:00
light Reformat code with rustfmt 0.9 2017-06-15 22:00:31 -07:00
parse Reformat code with rustfmt 0.9 2017-06-15 22:00:31 -07:00
sampling Reformat code with rustfmt 0.9 2017-06-15 22:00:31 -07:00
scene Reformat code with rustfmt 0.9 2017-06-15 22:00:31 -07:00
shading Reformat code with rustfmt 0.9 2017-06-15 22:00:31 -07:00
surface Implemented robust ray origin calculation for bounced rays. 2017-06-19 22:28:44 -07:00
algorithm.rs Reformat code with rustfmt 0.9 2017-06-15 22:00:31 -07:00
bbox.rs Split colorspace transform functions out into their own crate. 2017-06-11 03:03:23 -07:00
boundable.rs Code cosmetics: organize and alphabetize crate/mod/use statements. 2016-08-20 18:10:55 -07:00
camera.rs Reformat code with rustfmt 0.9 2017-06-15 22:00:31 -07:00
color.rs XYZ color curve functions need more accurate exp function. 2017-06-15 22:50:27 -07:00
fp_utils.rs Fix for ray origin offsets when intersection point is at 0.0. 2017-06-21 01:36:08 -07:00
hash.rs Implemented blue noise dithered sampling. Temporary. 2017-05-14 12:25:01 -07:00
hilbert.rs Added support for OpenEXR output. 2016-10-09 20:34:58 -07:00
image.rs Reformat code with rustfmt 0.9 2017-06-15 22:00:31 -07:00
lerp.rs Reformat code with rustfmt 0.9 2017-06-15 22:00:31 -07:00
main.rs Implemented robust ray origin calculation for bounced rays. 2017-06-19 22:28:44 -07:00
math.rs Reformat code with rustfmt 0.9 2017-06-15 22:00:31 -07:00
ray.rs Removed BVH4 and the related bitstack from AccelRay. 2017-05-12 21:07:40 -07:00
renderer.rs Implemented robust ray origin calculation for bounced rays. 2017-06-19 22:28:44 -07:00
timer.rs Code cosmetics: organize and alphabetize crate/mod/use statements. 2016-08-20 18:10:55 -07:00
tracer.rs Reformat code with rustfmt 0.9 2017-06-15 22:00:31 -07:00
transform_stack.rs Code cosmetics: organize and alphabetize crate/mod/use statements. 2016-08-20 18:10:55 -07:00