mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:54:30 +02:00
Change the default domain attenuation level to 0.5
This commit is contained in:
parent
1ee608ad2c
commit
b03686c37f
1 changed files with 3 additions and 3 deletions
|
@ -589,8 +589,8 @@
|
||||||
"name": "attenuation_per_doubling_in_distance",
|
"name": "attenuation_per_doubling_in_distance",
|
||||||
"label": "Default Domain Attenuation",
|
"label": "Default Domain Attenuation",
|
||||||
"help": "Factor between 0 and 1.0 (0: No attenuation, 1.0: extreme attenuation)",
|
"help": "Factor between 0 and 1.0 (0: No attenuation, 1.0: extreme attenuation)",
|
||||||
"placeholder": "0.18",
|
"placeholder": "0.5",
|
||||||
"default": "0.18",
|
"default": "0.5",
|
||||||
"advanced": false
|
"advanced": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -686,7 +686,7 @@
|
||||||
"name": "coefficient",
|
"name": "coefficient",
|
||||||
"label": "Attenuation coefficient",
|
"label": "Attenuation coefficient",
|
||||||
"can_set": true,
|
"can_set": true,
|
||||||
"placeholder": "0.18"
|
"placeholder": "0.5"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue