The "Alpaca" strategy also serves as an introduction to the other packing strategies, which use larger structures and combine them in more complicated ways than a simple array.
I think it's…
box_array
is somewhat historical, and I'm a little reluctant to change it piecemeal.
At some point, I'll refactor it out of the public interface and some of this stuff will make more…
All good.. there's a lot going on here, so maybe it needs to be renamed. input_index
or source_index
or something?
I'll post a new version shortly, hopefully that will be a bit cleaner
The aabb_vector
get sorted on line 121:
/* Sort from "biggest" to "smallest". */
std::stable_sort(aabb_vector.begin(), aabb_vector.end(), UVAABBSorterNoRotate());
We need to…
The PR #105393 adds a new UV Packing strategy, the "Alpaca".
It runs in O(n log n) performance, which means the updated packer is faster than the UV Unwrapper.
For example, on a release…
Heyas @Fantasmo !
Seam support is now in main
and will most likely be in the next nightly build.
Would you be able to download the next nightly when it becomes available and confirm if…