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

Obj Exporter Issue with 3dsMax #124

Open
MarcelloPaniccia opened this issue Aug 3, 2020 · 0 comments
Open

Obj Exporter Issue with 3dsMax #124

MarcelloPaniccia opened this issue Aug 3, 2020 · 0 comments

Comments

@MarcelloPaniccia
Copy link

Imported models have overlapped/duplicated geometry (triangles) and need manual cleanup to isolate the quad geometry and get rid of the floating (unwelded) triangles.
The quad mesh uv's must be then welded, because even if they are perfectly in place, each quad is cut away from the others as an individual uv-island. (This makes for bad performance in gaming because you have quadruple the vertex count in GPU)

https://www.youtube.com/watch?v=J5wfZKwUaE8&feature=youtu.be&fbclid=IwAR0TfVU5M5sX0hrJk0urnBJJpEn7UPxD8QW5r5542GiDUwQaFl6aWl84pQ4

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

1 participant