isl-org/Open3D

🚀 Faster UV Unwrapping

Open

#6.774 geöffnet am 28. Apr. 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (2.151 Forks)batch import
help wantedmesh

Repository-Metriken

Stars
 (10.036 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 23T 3h) (5 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide