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

Fixed #726 - Tangent issues with Draco compression #727

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

pfcDorn
Copy link
Contributor

@pfcDorn pfcDorn commented Apr 5, 2024

To fix the issue,
we now create a proper Attribute Id Map for Draco. Before it was only created for weights and joints. For Tangents this seems not to be enough. I also added all other Mesh Attribute Ids with this change.

Test File:
Preview.zip

…reating the draco attribute map with all the other mesh attributes
@pfcDorn pfcDorn requested a review from hybridherbst April 5, 2024 08:22
@marwie
Copy link
Contributor

marwie commented Apr 5, 2024

Issue: #726

@hybridherbst
Copy link
Collaborator

Thanks @pfcDorn – if you feel the draco docs should be improved, can you open an issue there? (you can cc me as well)

@hybridherbst
Copy link
Collaborator

@pfcDorn do we need to guard this with an ifdef against the older draco package? (which is in other places still supported as optional dependencies).

@pfcDorn
Copy link
Contributor Author

pfcDorn commented Apr 5, 2024

i don't think so, is already in an ifdef because of API changes. The only reason for another ifdef could be for an error message that tangents are not supported by older drago versions

@hybridherbst hybridherbst merged commit d0cfc9d into KhronosGroup:dev Apr 14, 2024
@hybridherbst hybridherbst deleted the fix/draco-tangents branch April 14, 2024 00:24
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.

3 participants