mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:28:59 +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 {
|
||||
bool regulateViewRanges{ false };
|
||||
bool regulateViewRanges{ false }; // regulation is OFF by default
|
||||
} data;
|
||||
|
||||
struct DataExport {
|
||||
|
|
|
@ -160,9 +160,9 @@ Rectangle {
|
|||
}
|
||||
Repeater {
|
||||
model: [
|
||||
"r1Front:500:1.0",
|
||||
"r2Front:500:1.0",
|
||||
"r3Front:500:1.0"
|
||||
"r1Front:16000:1.0",
|
||||
"r2Front:16000:1.0",
|
||||
"r3Front:16000:1.0"
|
||||
]
|
||||
ConfigSlider {
|
||||
showLabel: false
|
||||
|
|
Loading…
Reference in a new issue