bevy_prototype_lyon
bevy_prototype_lyon copied to clipboard
Very dense paths do not render (with minimum example)
What you did
I created a very dense path object. This means that the distance between each point is very small, less than a pixel. The x coordinate of the points range from -10..10, with a very low step size.
What you expected to happen
It should render just like any other path.
What actually happened
It appears invisible -- I don't know if the mesh gets build incorrectly or if its a rendering problem.
Additional information
Minimum reproducible example: https://github.com/JoJoJet/bevy_lyon_path_example/blob/main/src/main.rs