isl-org/Open3D

🚀 Faster UV Unwrapping

開放

#6,774 建立於 2024年4月28日

 (0 則留言) (0 個反應) (0 位負責人)C++ (2,151 個分叉)batch import
help wantedmesh

倉庫指標

星標
 (10,036 顆星)
PR 合併指標
 (平均合併 23天 3小時) (30 天內合併 5 個 PR)

描述

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.

貢獻者指南