Skip to content

Commit

Permalink
Increase sample count to 2 to fix/workaround rendering issue #74 Thin…
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix committed Sep 30, 2018
1 parent b399b74 commit fa8f7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<f64>,
Expand Down

0 comments on commit fa8f7bb

Please sign in to comment.