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

fix(functions): Handle vertex count increase when draco compressing uint8 indices #1555

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

donmccurdy
Copy link
Owner

I've been unable to contrive a simple test mesh that increases vertex count across the 255 vertex limit for uint8/uint16, but would gladly add a unit test for this if possible.

@donmccurdy donmccurdy added bug Something isn't working package:extensions labels Nov 8, 2024
@donmccurdy donmccurdy added this to the v4.1 milestone Nov 8, 2024
@donmccurdy donmccurdy merged commit 75d0642 into main Nov 8, 2024
7 checks passed
@donmccurdy donmccurdy deleted the fix/draco-u8-indices-vertex-count-increase branch November 8, 2024 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package:extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detect vertex count increases after Draco compression for both uint8 and uint16 indices
1 participant