blish-hud / Pathing

[Module] The official pathing module which adds marker and trail support to Blish HUD.
https://blishhud.com/docs/markers/
MIT License
13 stars 10 forks source link

Fade shader does not work as expected for Teh's pack. #10

Closed dlamkins closed 3 years ago

dlamkins commented 3 years ago

image

This is only observed in Teh's pack thus far. The trail should be red and faded in the center.

Pack for reference: https://github.com/xrandox/TehsTrails

dlamkins commented 3 years ago

User noticed that the alpha was set to 3 which explains the behavior. We now clamp the value to be between 0f and 1f. #19