-
Notifications
You must be signed in to change notification settings - Fork 151
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
Non-deterministic UVAtlas parameterization #84
Comments
The library makes use of |
@walbourn Thanks for the quick reply. |
I modified the library from the original use of the C It sounds like this is a request to add the ability to provide a specific seed as part of the API. |
Not being able to reproduce a parameterization is a bit problematic in some cases, so having an API to provide a specific seed would be pretty useful for me and likely others. Thanks. |
I'm trying to generate repeatable UV atlases but the parameterization seems to be different every time.
Specifically, calling UVAtlasCreate() with the same inputs produces different output vertex, index, and remap buffers.
Is this expected? Or is there some other way I can ensure reproducible results?
The text was updated successfully, but these errors were encountered: