We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4820cce commit a63fba3Copy full SHA for a63fba3
src/InOneWeekend/main.cc
@@ -50,7 +50,7 @@ int main() {
50
world.add(make_shared<sphere>(point3(-1.0, 0.0, -1.0), -0.45, material_left));
51
world.add(make_shared<sphere>(point3( 1.0, 0.0, -1.0), 0.5, material_right));
52
53
- camera cam(point3(-2,2,1), point3(0,0,-1), vec3(0,1,0), 90, aspect_ratio);
+ camera cam(point3(-2,2,1), point3(0,0,-1), vec3(0,1,0), 20, aspect_ratio);
54
55
std::cout << "P3\n" << image_width << ' ' << image_height << "\n255\n";
56
0 commit comments