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

Add cgltf_find_accessor helper #257

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Add cgltf_find_accessor helper #257

merged 1 commit into from
Nov 4, 2024

Conversation

zeux
Copy link
Contributor

@zeux zeux commented Nov 2, 2024

When using cgltf something that comes up often is the need to find the accessor corresponding to a given attribute for a primitive (e.g. positions or second UV channel). The code for this is simple, but it is needed frequently and it would be nice to include a helper for this in cgltf proper.

When using cgltf something that comes up often is the need to find the
accessor corresponding to a given attribute for a primitive (e.g.
positions or second UV channel). The code for this is simple, but it is
needed so frequently that it would be nice to include a helper for this
in cgltf proper.
@jkuhlmann jkuhlmann merged commit 9bc9ea3 into jkuhlmann:master Nov 4, 2024
3 checks passed
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