Cycles: Add missing initialization of fov for prev/next frames

This commit is contained in:
Sergey Sharybin
2015-09-08 13:06:17 +05:00
parent 92d12ab38b
commit 310764603a

View File

@@ -53,6 +53,7 @@ Camera::Camera()
longitude_min = -M_PI_F;
longitude_max = M_PI_F;
fov = M_PI_4_F;
fov_pre = fov_post = fov;
sensorwidth = 0.036f;
sensorheight = 0.024f;