Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not panic if specialising mesh pipeline fails #23

Merged
merged 3 commits into from
Aug 14, 2023
Merged

Conversation

komadori
Copy link
Owner

Based on a PR by @arjo129.

arjo129 and others added 3 commits July 11, 2023 19:26
I was trying to use this crate together with [this crate](https://github.com/mattatz/bevy_points) and found this
line panicking. There may be times where a user adds objects that cannot
produce speciallized pipelines (for instance in this case, the crate
does not populate normals). It seems to me there is no need to panic in
these cases and just move on.
@komadori komadori merged commit 84ae129 into master Aug 14, 2023
8 checks passed
@komadori komadori deleted the arjo129-fix branch August 14, 2023 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants