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

Remove winding order sanitization for triangles #236

Merged
merged 4 commits into from Aug 2, 2021

Conversation

lilleyse
Copy link
Contributor

Fixes #235

Removes winding order sanitization for triangles. Usually it's safe to trust that triangles are already using the correct winding order. The real question is how much messy data is going through obj2gltf and should sanitization be provided at least as an option?

@lilleyse lilleyse force-pushed the remove-triangle-winding-order-check branch 2 times, most recently from f9aaa2e to 04467c2 Compare August 1, 2021 23:49
@lilleyse lilleyse force-pushed the remove-triangle-winding-order-check branch from f1e8b8b to 49df1a0 Compare August 2, 2021 00:21
@IanLilleyT IanLilleyT merged commit 6778d19 into main Aug 2, 2021
@IanLilleyT IanLilleyT deleted the remove-triangle-winding-order-check branch August 2, 2021 00:26
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.

Model corrupted via obj2gltf
2 participants