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:
parent
8f3e27cbd0
commit
e076d8e52f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue