Skip to content

Commit a63fba3

Browse files
committed
img-1.19
1 parent 4820cce commit a63fba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InOneWeekend/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ int main() {
5050
world.add(make_shared<sphere>(point3(-1.0, 0.0, -1.0), -0.45, material_left));
5151
world.add(make_shared<sphere>(point3( 1.0, 0.0, -1.0), 0.5, material_right));
5252

53-
camera cam(point3(-2,2,1), point3(0,0,-1), vec3(0,1,0), 90, aspect_ratio);
53+
camera cam(point3(-2,2,1), point3(0,0,-1), vec3(0,1,0), 20, aspect_ratio);
5454

5555
std::cout << "P3\n" << image_width << ' ' << image_height << "\n255\n";
5656

0 commit comments

Comments
 (0)