vanrijn/src
Matthew Gordon b0c704f79a Add random_distributions::CosineWeightedHemisphere 2021-10-05 08:33:52 -04:00
..
colour Add Spectrum::diamond_index_of_refraction() constructor 2020-09-12 09:36:10 -04:00
integrators Factor integrators into submodules 2021-10-02 16:37:16 -04:00
materials Implement importance sampling for materials 2020-09-12 11:53:01 -04:00
math impl Mul<&Vec3> for f64 2020-09-12 09:49:22 -04:00
random_distributions Add random_distributions::CosineWeightedHemisphere 2021-10-05 08:33:52 -04:00
raycasting Replace nalgebra matrix and vector classes with own classes 2020-08-28 23:08:44 -04:00
util Fix generate_dodecahedron() to match recent BVH changes 2020-09-12 09:59:52 -04:00
accumulation_buffer.rs Very inefficient first-pass at global illumination 2020-09-09 20:39:32 -04:00
camera.rs Add antialiasing 2020-09-09 20:51:30 -04:00
image.rs Add ColourXyz to sRGB conversion 2020-09-09 22:45:05 -04:00
lib.rs Add UniformSquare random distribution 2021-10-03 09:59:06 -04:00
main.rs Very inefficient first-pass at global illumination 2020-09-09 20:39:32 -04:00
mesh.rs Replace nalgebra matrix and vector classes with own classes 2020-08-28 23:08:44 -04:00
realtype.rs Change a bunch of generics that used with RealType to just use f64 2020-08-18 23:12:28 -04:00
sampler.rs Change a bunch of generics that used with RealType to just use f64 2020-08-18 23:12:28 -04:00
scene.rs Replace nalgebra matrix and vector classes with own classes 2020-08-28 23:08:44 -04:00