isl-org/Open3D

🚀 Faster UV Unwrapping

Open

#6.774 aberto em 28 de abr. de 2024

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (2.151 forks)batch import
help wantedmesh

Métricas do repositório

Stars
 (10.036 stars)
Métricas de merge de PR
 (Mesclagem média 23d 3h) (5 fundiu PRs em 30d)

Description

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.

Guia do colaborador