psychopath/src
2016-01-02 11:17:52 -08:00
..
math Generalized the BVH to... pretty much anything. 2015-12-31 00:32:38 -08:00
algorithm.rs Implemented anti-aliasing with permuted halton sequence. 2015-12-29 13:42:40 -08:00
bbox.rs Forgot robustness adjustment in BBox/ray intersection code. 2015-12-29 17:01:05 -08:00
bvh.rs BVH now works on slices of Rays, taking a breadth-first approach. 2015-12-31 13:12:15 -08:00
data_tree.rs Fixed stupid bug in data tree parsing code. 2015-12-28 00:58:41 -08:00
float4.rs Created BBox, an axis-aligned 3d bounding box type. 2015-12-27 00:44:59 -08:00
halton.py Made Halton code a little nicer, and made rustfmt ignore it. 2015-12-29 14:35:08 -08:00
halton.rs Made Halton code a little nicer, and made rustfmt ignore it. 2015-12-29 14:35:08 -08:00
image.rs Added command line parsing and PPM image writing. 2015-12-27 00:13:35 -08:00
lerp.rs Finished vector/point/normal/matrix code. 2015-12-26 17:50:37 -08:00
main.rs Added command-line control of sample count, and more interesting default scene. 2016-01-02 11:17:52 -08:00
ray.rs BVH now works on slices of Rays, taking a breadth-first approach. 2015-12-31 13:12:15 -08:00
triangle.rs Implemented anti-aliasing with permuted halton sequence. 2015-12-29 13:42:40 -08:00