You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: