UVAtlas icon indicating copy to clipboard operation
UVAtlas copied to clipboard

UVAtlas isochart texture atlas

Results 20 UVAtlas issues
Sort by recently updated
recently updated
newest added

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...

tools

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...

question

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...

question

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?

enhancement

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...

maintenance

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?

tools

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...

enhancement

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...

question

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...

question

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...

question