mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Add default settings for 360 screenshots
This commit is contained in:
parent
37aa761283
commit
a142a67972
@ -1024,7 +1024,7 @@ namespace MWInput
|
||||
try
|
||||
{
|
||||
settingStr = Settings::Manager::getString("screenshot type","Video");
|
||||
regularScreenshot = settingStr.size() == 0;
|
||||
regularScreenshot = settingStr.size() == 0 || settingStr.compare("regular") == 0;
|
||||
}
|
||||
catch (std::runtime_error)
|
||||
{
|
||||
|
@ -359,6 +359,10 @@ contrast = 1.0
|
||||
# Video gamma setting. (>0.0). No effect in Linux.
|
||||
gamma = 1.0
|
||||
|
||||
# Type of screenshot to take (regular, cylindrical, spherical or planet), optionally followed by
|
||||
# screenshot width, height and cubemap resolution in pixels. (e.g. spherical 1600 1000 1200)
|
||||
screenshot type = regular
|
||||
|
||||
[Water]
|
||||
|
||||
# Enable water shader with reflections and optionally refraction.
|
||||
|
Loading…
x
Reference in New Issue
Block a user