UVAtlas
UVAtlas copied to clipboard
UVAtlas isochart texture atlas
this pull request enables import/export of PLY files, usages: uvatlastool file.ply -ply nb: support for ascii will come at a later time. it could be resolved soon on tinyply side...
I have 2 meshes that are very similar; they only differ in the positions and connectivity of a few vertices. However, the generated UV atlases from those 2 meshes are...
Hey first thanks for sharing this library. I'm trying to run on the attached obj and the UVAtlasTool.exe is stuck indefinitely on 33.3%. i used the default cmd, and it...
Hello, The UVAtlasCreate() only generate single atlas. Now how can i generate Multi-atlas? Firstly, use UVAtlasPartition to Partition one mesh ; secondly, UVAtlasPack Partitions to multi-atlas?
The VC++ projects only currently build x86/x64 versions of this tool for desktop. The CMakeLists.txt supports creating the ARM64 version of this tool, so this should be added to the...
When running the ".\uvatlastool.exe -wf average.obj", the number of vertices in the resulting file is increased. How can I keep it the exact same?
Given a 3D mesh model geometry, with only the vertices and faces in a format like the following, how can I generate the (H, W, 2) UV maps in Numpy...
When trying to call __DirectX::UVAtlasCreate__ with a specific mesh, it consistently fails with a `Closed surface not correctly partitioned` error. I have uploaded an example project (including the data for...
In the function `CIsochartEngine::PartitionByGlobalAvgL2Stretch` inside file `isochartengine.cpp`, there are 2 function calls to perform chart partition in the `do while` loop: one is `ParameterizeChartsInHeapParallelized` which calls `pChart->Partition()`, and the other...
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...