Wider field of view for book scene.

This commit is contained in:
Bill Thiede 2019-02-07 16:34:13 -08:00
parent 23ac418dcb
commit 1be9c800a7

View File

@ -28,7 +28,7 @@ pub fn new(opt: &Opt) -> Scene {
lookfrom, lookfrom,
lookat, lookat,
Vec3::new(0., 1., 0.), Vec3::new(0., 1., 0.),
50., 20.,
opt.width as f32 / opt.height as f32, opt.width as f32 / opt.height as f32,
aperture, aperture,
dist_to_focus, dist_to_focus,