-
-
Notifications
You must be signed in to change notification settings - Fork 11
fade
Dade Lamkins edited this page Oct 15, 2022
·
1 revision
Applies To | Blish HUD | TacO | |
---|---|---|---|
Markers, Trails | ✔ | ✔ |
:::info
In Blish HUD, users can override the max fade distance by adjusting their Max View Distance
slider setting.
:::
Indicates the distance that markers or trails should begin to fade and the distance where they are fully faded. These attributes are important to keep from polluting the user's view and keep only what's important visible on screen. This attribute is unaffected and unrelated to CanFade.
Attribute | Data Type | Example | Default Value | Description |
---|---|---|---|---|
fadenear | float | fadenear="600" |
700 | The distance from the marker or trail segment when it should begin to fade. |
fadefar | float | fadefar="605" |
900 | The distance from the marker or trail segment when it should not longer be visible. |
The values are expected to be positive and the fadefar
should be greater than fadenear
.