mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 02:53:07 +00:00
0d7e81ee81
# Objective - In bevy_polyline, we discovered an issue that happens when line width is smaller than 1.0 and using perspective. It would sometimes end up negative or NaN. I'm not entirely sure _why_ it happens. ## Solution - Make sure the width doesn't go below 0 before multiplying it with the alpha # Notes Here's a link to the bevy_polyline issue https://github.com/ForesightMiningSoftwareCorporation/bevy_polyline/issues/46 I'm not sure if the solution is correct but it solved the issue in my testing. Co-authored-by: François <mockersf@gmail.com> |
||
---|---|---|
.. | ||
gizmos.rs | ||
lib.rs | ||
lines.wgsl | ||
pipeline_2d.rs | ||
pipeline_3d.rs |