psychopath/src
2016-03-06 12:27:33 -08:00
..
math Now using Camera to generate rays in test scene. 2016-01-02 21:23:17 -08:00
parse Started creating an interface for surfaces. 2016-01-03 00:09:23 -08:00
surface Adjusted the API of the BVH builder. 2016-01-06 23:47:32 -08:00
algorithm.rs First steps towards motion blur support. 2016-01-03 21:21:46 -08:00
bbox.rs Forgot robustness adjustment in BBox/ray intersection code. 2015-12-29 17:01:05 -08:00
bvh.rs Adjusted the API of the BVH builder. 2016-01-06 23:47:32 -08:00
camera.rs Implemented a Camera type. 2016-01-02 20:27:53 -08:00
datatree.rs Beginning work on DataTree and associated parsing. 2016-03-06 12:27:33 -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 Implemented basic deformation motion blur for triangles. 2016-01-05 07:44:37 -08:00
main.rs Beginning work on DataTree and associated parsing. 2016-03-06 12:27:33 -08:00
ray.rs Implemented a Camera type. 2016-01-02 20:27:53 -08:00
renderer.rs Started creating an interface for surfaces. 2016-01-03 00:09:23 -08:00
triangle.rs Implemented anti-aliasing with permuted halton sequence. 2015-12-29 13:42:40 -08:00