README: note 3-12 FPS improvement from icon culling
This commit is contained in:
parent
edf6a8a14e
commit
2343f05b18
1 changed files with 3 additions and 1 deletions
|
|
@ -68,7 +68,9 @@ Rotate the map manually with the rotation control, or lock it to your player cam
|
|||
|
||||
### Icon Controls
|
||||
|
||||
When zoomed out past a configurable threshold (default 40%), car icons are hidden and only locomotive icons remain. Locomotives scale up automatically so they stay easy to spot. A separate option hides MU trailing units, keeping just the lead locomotive per consist. A blinking red EOTD dot marks the rear of each consist, giving you a quick sense of train length without cluttering the map with car icons.
|
||||
Each car icon on the map is a live Canvas element. On a large session with many cars visible, the rendering cost adds up - testing showed a **3-12 FPS improvement** when zoomed out over a busy portion of the map with culling enabled.
|
||||
|
||||
When zoomed out past a configurable threshold (default 40%), car icons fade out and only locomotive icons remain. Locomotives scale up automatically so they stay easy to spot. A separate option hides MU trailing units, keeping just the lead locomotive per consist. A blinking red EOTD dot marks the rear of each consist so you can still gauge train length at a glance.
|
||||
|
||||
All of these options are available from the gear menu Icons submenu on the map toolbar, or from the S³ UMM settings page.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue