-
Notifications
You must be signed in to change notification settings - Fork 73
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
Exception: The number of sub-mesh material names does not match the count of sub-mesh index arrays. #54
Comments
I also encountered the same problem |
same problem |
So for me the issue was that the OBJ has several materials defined, however, one of the materials was right at the end of the file and no faces/triangles were assigned to it (it was just a default material). Simply removing the last line ( |
I also encountered the same problem, the display grid material and index array do not match. Have you resolved it |
When I export the model as OBJ, I can convert it well when I choose materials and UV textures that are not retained, which means the main reason lies in the texture and material |
First of all, thank you for taking the time to report an issue.
Before you continue, make sure you are in the right place. Please open an issue only to report faults and bugs. For questions and discussion please open a topic on http://community.opendronemap.org/c/opendronemap.
Please use the format below to report bugs and faults.
What is the problem?
when i use Obj2Tiles to split my obj file have a exception :Exception: The number of sub-mesh material names does not match the count of sub-mesh index arrays.
What should be the expected behavior?
Please tell me , why this exception happened, and how to solve it. If it is the format of the Obj data itself, please give me an answer. Thank you very much!
How can we reproduce this? THIS IS IMPORTANT. What steps did you do to trigger the problem? If this is an issue with processing a model, YOU MUST include a copy of your model uploaded on Google Drive or Dropbox (otherwise we cannot reproduce this) along with the command line parameters you used to process it.
[Type answer here]
The text was updated successfully, but these errors were encountered: