-
Notifications
You must be signed in to change notification settings - Fork 311
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
why my image can't loaded?like this,my code,actually display and expected display all show in the blocks #50
Comments
Are you able to send the model over? You can use try running on the |
i find,when a plane more than 4 vertices,it can't convert,,,did your major clipping-up branch resolved? |
From above it seems like the Also if you have any problematic models you can upload them to github for me to check. |
thanks....undering files are the converted gltf file's showing image and the obj file,then you will find,there are some problem..... |
Thanks for sending it over. I've seen this problem with #33 as well. Right now the code does not support faces that have more than 4 sides. I'm reopening the issue since it seems like an important thing to consider. |
maybe undering link will help you....thanks,waiting for your success |
maybe undering link will help you....thanks,waiting for your success |
it is closed? due to my incorrect operation,,, ou my God...how to make it open? |
Another thing I noticed about this obj is that the mttllib line looks like:
The obj format expects a format like:
So the converter treats each word "Bar", "Stool", and "20.mtl" as separate files to look for. It shouldn't be too hard to detect this case. But this explains why the materials and images aren't working. |
are you sure another model in correctly obj format has no problem like this?.... |
I'm closing this for now and linking to it to a new issue: #55 In the meantime you can use import and export the model from Blender which will turn all faces to triangles or quads. Also consider fixing the mtl path above: #50 (comment) |
The text was updated successfully, but these errors were encountered: