-
Beta Was this translation helpful? Give feedback.
Answered by
raducal
Apr 12, 2022
Replies: 1 comment 1 reply
-
|
Ok so it seems its because my face indices are 1 indexed but they should be 0 indexed. Changing that fixed the issue for smaller models but larger models still seem to be broken EDIT: Changing face indices to Uint32Array fixes the larger model issue as well |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
raducal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok so it seems its because my face indices are 1 indexed but they should be 0 indexed. Changing that fixed the issue for smaller models but larger models still seem to be broken
EDIT: Changing face indices to Uint32Array fixes the larger model issue as well