mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user