isl-org/Open3D

🚀 Faster UV Unwrapping

Open

#6,774 创建于 2024年4月28日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (2,151 fork)batch import
help wantedmesh

仓库指标

Star
 (10,036 star)
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.

贡献者指南