xatlas-python
xatlas-python copied to clipboard
Python bindings for xatlas
**Describe the bug** If we set `xatlas.PackOptions.resolution` to be a small number, it is possible for the output `atlas.atlas_count` to be greater than 1. That is, the output contains several...
I was trying to use blender python as my UV unwrapped, but when I need UV layout to be exported it needs a display to draw, which is not feasible...
Thanks for the great bindings. I want to export tga images just like example.cpp provided in xatlas but I meet a problem that I can't find how to get message...
I have a color mesh, how to generate UV texture map?
Hi, Thanks for the great work! However, i run into a problem when using. I run the example code of the ReadMe, but the program will be stucked(still running after...
The XAtlas supports quads and ngons. Could we add the [faceVertexCount ](https://github.com/jpcy/xatlas/blob/f700c7790aaa030e794b52ba7791a05c085faf0c/source/xatlas/xatlas.h#L124-L127) array please? https://github.com/jpcy/xatlas/issues/119
Hi, I've just installed the xatlas lib with pip and found that there is no autocomplete in VSCode. Just interesting if there is a way to add it? 