-
Notifications
You must be signed in to change notification settings - Fork 221
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
Description of UV Generation parameters #46
Comments
There's some documentation in xatlas.h. The weights, max threshold and max iterations are used by the chart growing algorithm. You would need to understand how it works and it isn't simple to explain. Even then, tweaking the values doesn't radically improve the resulting charts - the defaults are fine. Mostly the options are there for completeness / testing and shouldn't be changed. |
OK, thanks for the information! That's indeed the hard task to explain how this work :) |
If I may jump in here, I would like to ask if the max boundary length and max chart area are in pixels or model space? Thanks |
Model space, since they're chart options. |
Is there any description available for these options in menu?
Is it safe to change these options or should I mostly leave them unchanged?
The text was updated successfully, but these errors were encountered: