isl-org/Open3D

🚀 Faster UV Unwrapping

オヌプン

#6,774 opened on 2024/04/28

 (0 件のコメント) (0 件のリアクション) (0 人の担圓者)C++ (2,151 件のフォヌク)batch import
help wantedmesh

Repository metrics

Stars
 (10,036 個のスタヌ)
PR merge metrics
 (平均マヌゞ 23d 3h) (30d で 5 merged PRs)

説明

We use UVAtlas (https://github.com/microsoft/UVAtlas), which produces good results but is not parallelized and can take minutes to compute.

We have implemented a naive parallelization by first partitioning the mesh and then running UVAtlas on each part. This reduces the quality as it produces meshes with more UV islands.

  • Analyze the UVAtlas library and identify performance optimizations
  • investigate GPU porting. [Algorithms, SYCL]

Benefits all 3D mesh creation and editing tasks.

コントリビュヌタヌガむド