Update for a proper testing size and don’t get a timeout
This commit is contained in:
@@ -129,7 +129,7 @@ int main()
|
||||
w.finalise(opt);
|
||||
|
||||
/* Set the camera */
|
||||
Camera camera = Camera(800, 600, M_PI/2);
|
||||
Camera camera = Camera(40, 30, M_PI/2);
|
||||
camera.setTransform(viewTransform(Point(-5, 10, 13),
|
||||
Point(0, 1, 0),
|
||||
Vector(0, 1, 0)));
|
||||
@@ -140,4 +140,4 @@ int main()
|
||||
image.SaveAsPNG("ch15_teapot_objfile.png");
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user