This website requires JavaScript.
Explore
Help
Sign In
cessen
/
psychopath
Watch
1
Star
0
Fork
0
You've already forked psychopath
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
f87a8b4934
psychopath
/
src
History
Nathan Vegdahl
f87a8b4934
Forgot robustness adjustment in BBox/ray intersection code.
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