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

Wierd/Wrong import of wavefront (.obj ) files #6

Closed
scooterboo opened this issue Nov 4, 2020 · 3 comments
Closed

Wierd/Wrong import of wavefront (.obj ) files #6

scooterboo opened this issue Nov 4, 2020 · 3 comments

Comments

@scooterboo
Copy link
Contributor

It seems like quads and other 4+ vortex faces are not supported for .obj's.

Here's what I'm getting:
image
With this file:
knight.zip

It works fine after I convert it to triangles only:
image
But I would like to not have to convert every 3D model I have.
knight2.zip

Solving this might help solve #5

@scooterboo
Copy link
Contributor Author

My pull request #7 fixes all my issues in my project. I have yet to test it on #5.

@eastskykang
Copy link
Owner

@scooterboo Thank you very much for your PR and I'm so sorry for late response. I will quickly test your PR :D

@eastskykang
Copy link
Owner

I confirmed that it works with both knight1 and knight2 obj files. I'm closing this issue now.

Screenshot from 2021-01-12 15-48-14

Screenshot from 2021-01-12 15-49-17

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

No branches or pull requests

2 participants