psychopath/src
2020-12-30 20:44:18 +09:00
..
accel Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
light Implement interpolation of surface closures between micropoly vertices. 2020-05-01 16:08:37 +09:00
parse Remove hierarchical instancing. 2020-05-01 16:08:37 +09:00
sampling Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
scene Remove hierarchical instancing. 2020-05-01 16:08:37 +09:00
shading Implement interpolation of surface closures between micropoly vertices. 2020-05-01 16:08:37 +09:00
surface Implement interpolation of surface closures between micropoly vertices. 2020-05-01 16:08:37 +09:00
algorithm.rs Switched all uninitialized memory to use MaybeUninit. 2019-07-06 13:46:54 +09:00
bbox.rs Make better use of the types in the glam crate. 2019-07-25 11:36:52 +09:00
bbox4.rs Fix/silence various clippy warnings. 2019-08-01 14:18:26 +09:00
boundable.rs First step transitioning to Rust 2018. 2018-12-16 12:02:20 -08:00
camera.rs Split out memory arena into an external crate. 2019-12-27 10:43:03 +09:00
color.rs Merge branch 'master' into micropoly 2020-12-30 20:44:18 +09:00
fp_utils.rs Fix deprecation warnings from rustc. 2019-11-23 10:21:16 +09:00
hash.rs A single unified Sobol implementation. 2020-04-19 01:11:43 +09:00
hilbert.rs Run new rustfmt on codebase. 2018-03-04 13:00:55 -08:00
image.rs Fix deprecation warnings from rustc. 2019-11-23 10:21:16 +09:00
lerp.rs Make bilinear patch splitting a little smarter. 2019-08-01 13:49:44 +09:00
main.rs Re-implemented nicer error reporting. 2020-05-01 16:08:37 +09:00
math.rs Use an external crate for fast approximate math functions. 2020-12-26 10:03:35 +09:00
mis.rs Make MIS routines handle infinite importance better. 2017-10-25 07:11:24 -07:00
ray.rs Make better use of the types in the glam crate. 2019-07-25 11:36:52 +09:00
renderer.rs Code tidying on the Sobol sampler. 2020-04-30 22:46:47 +09:00
timer.rs Improve module path usage and remove extern crate declarations where possible. 2018-12-16 13:02:49 -08:00
tracer.rs Fix deprecation warnings from rustc. 2019-11-23 10:21:16 +09:00
transform_stack.rs Switched all uninitialized memory to use MaybeUninit. 2019-07-06 13:46:54 +09:00