Skip to content

Commit

Permalink
Merge pull request #88 from tstein/master
Browse files Browse the repository at this point in the history
Revert "Update config.rs"
  • Loading branch information
unlimitedbacon authored Sep 13, 2024
2 parents 754805e + 8c68dd5 commit 33239bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ impl Default for Config {
visible: false,
verbosity: 0,
material: Material {
ambient: [0.1552, 0.0086, 0.0266],
diffuse: [0.5432, 0.0301, 0.0931],
specular: [1.0, 1.0, 1.0],
ambient: [0.00, 0.13, 0.26],
diffuse: [0.38, 0.63, 1.00],
specular: [1.00, 1.00, 1.00],
},
background: (0.0, 0.0, 0.0, 0.0),
aamethod: AAMethod::FXAA,
Expand Down

0 comments on commit 33239bc

Please sign in to comment.