Parcourir la source

Updates of fov for few scenes

Jérôme BUISINE il y a 4 ans
Parent
commit
0ac676b45e
3 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 1 1
      chopper-titan/p3d_chpper-titan.pbrt
  2. 2 1
      coffee-splash/p3d_splash.pbrt
  3. 1 1
      crown/p3d_crown.pbrt

+ 1 - 1
chopper-titan/p3d_chpper-titan.pbrt

@@ -5,7 +5,7 @@ Film "image" "integer xresolution" 1000 "integer yresolution" 1000
 
 Scale -1 1 1
 LookAt -3 1.5 -10   2 1 20  0 1 0
-Camera "perspective" "float fov" 60
+Camera "perspective" "float fov" 70
 
 Sampler "random" "integer pixelsamples" [ 64 ]
 Integrator "path" "integer maxdepth" [ 65 ]

+ 2 - 1
coffee-splash/p3d_splash.pbrt

@@ -5,7 +5,8 @@ Sampler "random" "integer pixelsamples" [ 64 ]
 Integrator "path" "integer maxdepth" [ 65 ]
 
 Camera "perspective"
-	"float fov" [39.146252510876771]
+#	"float fov" [39.146252510876771]
+	"float fov" [50.146252510876771]
 
 Film "image"
 	"integer xresolution" [1000]

+ 1 - 1
crown/p3d_crown.pbrt

@@ -6,7 +6,7 @@ Film "image" "integer xresolution" 1000 "integer yresolution" 1000
 
 # Rotate 1 0 0 1 # slight lean left to even out
 LookAt 0 5.5 24   0 11 -10  0 1 0
-Camera "perspective" "float fov" 47
+Camera "perspective" "float fov" 60
   "float focaldistance" 17 "float lensradius" .3
 
 Sampler "random" "integer pixelsamples" [ 64 ]