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

GLTF: Extract converting hull points to mesh to a helper function #89542

Merged
1 commit merged into from
Mar 24, 2024

Conversation

aaronfranke
Copy link
Member

I ran into a situation downstream where I needed this functionality in 2 places, so I separated it into a helper method. I believe this is worth upstreaming, since this method is quite a big chunk of isolated code that makes sense to separate to improve organization. The behavior should be identical except for printing another error message when failing.

akien-mga added a commit that referenced this pull request Mar 24, 2024
GLTF: Extract converting hull points to mesh to a helper function
@akien-mga akien-mga closed this pull request by merging all changes into godotengine:master in 06abc86 Mar 24, 2024
@akien-mga
Copy link
Member

Thanks!

@aaronfranke aaronfranke deleted the convert-hull-to-mesh-func branch March 24, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants