mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-05 07:39:50 +02:00
high detail not low
This commit is contained in:
parent
e20aeb28eb
commit
887c4f108f
1 changed files with 2 additions and 2 deletions
|
@ -312,8 +312,8 @@ void LODManager::loadSettings() {
|
||||||
setDesktopLODTargetFPS(desktopLODDecreaseFPS.get());
|
setDesktopLODTargetFPS(desktopLODDecreaseFPS.get());
|
||||||
Setting::Handle<bool> firstRun { Settings::firstRun, true };
|
Setting::Handle<bool> firstRun { Settings::firstRun, true };
|
||||||
if (qApp->property(hifi::properties::OCULUS_STORE).toBool() && firstRun.get()) {
|
if (qApp->property(hifi::properties::OCULUS_STORE).toBool() && firstRun.get()) {
|
||||||
const float LOD_LOW_QUALITY_LEVEL = 0.25f;
|
const float LOD_HIGH_QUALITY_LEVEL = 0.75f;
|
||||||
setHMDLODTargetFPS(LOD_LOW_QUALITY_LEVEL * LOD_MAX_LIKELY_HMD_FPS);
|
setHMDLODTargetFPS(LOD_HIGH_QUALITY_LEVEL * LOD_MAX_LIKELY_HMD_FPS);
|
||||||
} else {
|
} else {
|
||||||
setHMDLODTargetFPS(hmdLODDecreaseFPS.get());
|
setHMDLODTargetFPS(hmdLODDecreaseFPS.get());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue