-
Notifications
You must be signed in to change notification settings - Fork 152
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
UVAtlas Internal error: Closed surface not correctly partitioned #213
Comments
Did you get any warnings from the validation? |
Thanks for your replay. The full debug log is as following:
And console log
|
This looks like you are using the library directly and not the Note that the tool performs specific validation and cleanup using DirectXMesh functionality. Are you doing that? |
The UV unwrapping test for the mesh in this issue was actually conducted using UVAtlasTool, but it was launched via the Visual Studio source code project. I attempted using UVAtlasTool.exe again and obtained the same result. Below is the log output:
|
lod_0_new_cluster_size_2014_cluster_609_e3.zip
I try to unwrap above mesh of obj format in visual studio project of UVAtlas. I config the debugging command arguments "-ft obj -t -y "\path\to\obj"", but failed to unwrap uv by error "UVAtlas Internal error: Closed surface not correctly partitioned".
Is there any fallback for this issue? Thanks
The text was updated successfully, but these errors were encountered: