isl-org/Open3D

🚀 Faster UV Unwrapping

Open

#6774 aperta il 28 apr 2024

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (2151 fork)batch import
help wantedmesh

Metriche repository

Star
 (10.036 star)
Metriche merge PR
 (Merge medio 23g 3h) (5 PR mergiate in 30 g)

Descrizione

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.

Guida contributor