Skip to content

Commit

Permalink
change config to have camera match the true cornell box
Browse files Browse the repository at this point in the history
  • Loading branch information
gillett-hernandez committed Feb 11, 2024
1 parent 819b986 commit 51cb042
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions data/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -260,21 +260,21 @@ tile_size = [32, 32]
# selected_preview_film_id = 0

[[render_settings]]
threads = 22
threads = 20
filename = "beauty"
min_samples = 256
min_samples = 32
min_bounces = 1
max_bounces = 12
hwss = false
camera_id = "simple camera"
# camera_id = "simple camera"
# camera_id = "caustic test camera"
# camera_id = "wideangle sun test camera"
# camera_id = "sun test camera"
# camera_id = "blackbox camera"
# camera_id = "closeup camera"
# camera_id = "panorama"
# camera_id = "cornell camera"
# camera_id = "true cornell camera"
camera_id = "true cornell camera"
# camera_id = "distant camera"
# camera_id = "veach mis camera"
# camera_id = "wideangle sun test camera side"
Expand All @@ -286,7 +286,7 @@ camera_id = "simple camera"
# camera_id = "petzval kodak cornell"
russian_roulette = true
only_direct = false
premultiply = 1.0
premultiply = 10.0
# wavelength_bounds = [380.0, 750.0]
# wavelength_bounds = [500.0, 510.0]
[render_settings.colorspace_settings]
Expand Down
2 changes: 1 addition & 1 deletion src/parsing/tonemap.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use serde::Deserialize;

use crate::tonemap::{Clamp, Color, Reinhard0, Reinhard0x3, Reinhard1, Reinhard1x3, Tonemapper};
use crate::tonemap::{Clamp, Reinhard0, Reinhard0x3, Reinhard1, Reinhard1x3, Tonemapper};

#[derive(Deserialize, Clone, Copy)]
#[serde(tag = "type")]
Expand Down

0 comments on commit 51cb042

Please sign in to comment.