Skip to content

Commit

Permalink
simpeler scene
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy5909 committed May 2, 2024
1 parent eccc922 commit d0be16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ fn main() {


let mut cam = Camera::new(16.0/9.0, 400);
cam.samples_per_pixel = 100;
cam.max_depth = 50;
cam.samples_per_pixel = 5;
cam.max_depth = 20;
cam.look_from = Point3::new(13.0, 2.0, 3.0);
cam.look_at = Point3::new(0.0, 0.0, 0.0);
cam.fov = 20.0;
Expand Down

0 comments on commit d0be16e

Please sign in to comment.