pathtracer/src/core
Bruno BELANYI 7d28e21a70 library: move from f64 to f32
They are faster to compute with, take less space --which means faster
access because we use less cache lines--, and they are what is used by
`bvh`...
2020-03-16 17:26:04 +01:00
..
color.rs library: move from f64 to f32 2020-03-16 17:26:04 +01:00
mod.rs library: core: add LinearColor type 2020-03-16 15:16:37 +01:00