psychopath/src
2015-12-29 17:01:05 -08:00
..
math Implemented anti-aliasing with permuted halton sequence. 2015-12-29 13:42:40 -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 Implemented a very basic BVH for lists of triangles. 2015-12-29 16:56:33 -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 Implemented a very basic BVH for lists of triangles. 2015-12-29 16:56:33 -08:00
ray.rs Implemented a very basic BVH for lists of triangles. 2015-12-29 16:56:33 -08:00
triangle.rs Implemented anti-aliasing with permuted halton sequence. 2015-12-29 13:42:40 -08:00