mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 08:47:16 +02:00
Extending the default size of the regions to 16km
This commit is contained in:
parent
e60756cfe6
commit
1914f1f103
2 changed files with 4 additions and 4 deletions
|
@ -192,7 +192,7 @@ namespace workload {
|
||||||
|
|
||||||
|
|
||||||
struct Data {
|
struct Data {
|
||||||
bool regulateViewRanges{ false };
|
bool regulateViewRanges{ false }; // regulation is OFF by default
|
||||||
} data;
|
} data;
|
||||||
|
|
||||||
struct DataExport {
|
struct DataExport {
|
||||||
|
|
|
@ -160,9 +160,9 @@ Rectangle {
|
||||||
}
|
}
|
||||||
Repeater {
|
Repeater {
|
||||||
model: [
|
model: [
|
||||||
"r1Front:500:1.0",
|
"r1Front:16000:1.0",
|
||||||
"r2Front:500:1.0",
|
"r2Front:16000:1.0",
|
||||||
"r3Front:500:1.0"
|
"r3Front:16000:1.0"
|
||||||
]
|
]
|
||||||
ConfigSlider {
|
ConfigSlider {
|
||||||
showLabel: false
|
showLabel: false
|
||||||
|
|
Loading…
Reference in a new issue