diff --git a/src/render/mod.rs b/src/render/mod.rs index 9644d5d..1eb9b5e 100644 --- a/src/render/mod.rs +++ b/src/render/mod.rs @@ -42,7 +42,7 @@ use std::sync::mpsc; const ATLAS_SIZE: usize = 1024; // TEMP -const NUM_SAMPLES: i32 = 1; +const NUM_SAMPLES: i32 = 2; pub struct Camera { pub pos: cgmath::Point3,