mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
Set the LOD angle in simplifiedUI to current effective default, to be adjusted later
This commit is contained in:
parent
3da5896e22
commit
601b579c42
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ function maybeUpdateOutputDeviceMutedOverlay() {
|
||||||
var oldAutomaticLODAdjust;
|
var oldAutomaticLODAdjust;
|
||||||
var oldLODAngleDeg;
|
var oldLODAngleDeg;
|
||||||
var SIMPLIFIED_UI_AUTO_LOD_ADJUST = false;
|
var SIMPLIFIED_UI_AUTO_LOD_ADJUST = false;
|
||||||
var SIMPLIFIED_UI_LOD_ANGLE_DEG = 1.0
|
var SIMPLIFIED_UI_LOD_ANGLE_DEG = 0.5;
|
||||||
function modifyLODSettings() {
|
function modifyLODSettings() {
|
||||||
oldAutomaticLODAdjust = LODManager.automaticLODAdjust;
|
oldAutomaticLODAdjust = LODManager.automaticLODAdjust;
|
||||||
oldLODAngleDeg = LODManager.lodAngleDeg;
|
oldLODAngleDeg = LODManager.lodAngleDeg;
|
||||||
|
|
Loading…
Reference in a new issue