ZVISION: Change default panorama FoV to 27 degrees

This is to match Marisa Chan's implementation. Images at this FoV also look better.
This commit is contained in:
richiesams
2013-08-04 13:32:47 -05:00
parent 8f3e27cbd0
commit e076d8e52f
+1 -1
View File
@@ -47,7 +47,7 @@ void RenderTable::setRenderState(RenderState newState) {
switch (newState) {
case PANORAMA:
_panoramaOptions.fieldOfView = 60;
_panoramaOptions.fieldOfView = 27.0f;
_panoramaOptions.linearScale = 0.55f;
break;
case TILT: