We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Method not working. Is not returning a mesh with culled vertices and correct faces:
Before:
After:
Use the method with a mesh with duplicate vertices
For the method to return a valid mesh with the same amount of faces but with duplicate vertices culled
The text was updated successfully, but these errors were encountered:
IsakNaslundBh
Successfully merging a pull request may close this issue.
Description:
Method not working. Is not returning a mesh with culled vertices and correct faces:
Before:
After:
Steps to reproduce:
Use the method with a mesh with duplicate vertices
Expected behaviour:
For the method to return a valid mesh with the same amount of faces but with duplicate vertices culled
Test file(s):
The text was updated successfully, but these errors were encountered: