You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling UVAtlasCreate with a callback for a given mesh, the number of times the callback is called is always the same no matter callbackFrequency was given: about once per 1 ms.
Would it be a bug or something that I missed?
The text was updated successfully, but these errors were encountered:
I tried 0, 1, 0.5, 0.01.
I also tried 25 but there is a check that returns a failure (something like bad argument) if this value is not between 0 and 1.
Reading the code, I understood that it is supposed to ensure that the callback is called each time callFrequency "percent" is added to the overall process "percentage". Which seems not to be the case.
When calling
UVAtlasCreate
with a callback for a given mesh, the number of times the callback is called is always the same no mattercallbackFrequency
was given: about once per 1 ms.Would it be a bug or something that I missed?
The text was updated successfully, but these errors were encountered: