pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

The Loop’s algorithm for mesh subdivide.

Open zeakey opened this issue 2 years ago • 2 comments

🚀 Feature

Subdivide mesh using Loop’s algorithm[1], similar to open3d.geometry.subdivide_loop.

[1] Loop, “Smooth subdivision surfaces based on triangles”, 1987

zeakey avatar Dec 07 '21 06:12 zeakey

Thanks for the suggestion, we could look into this for future releases!

What would be your specific use case?

patricklabatut avatar Dec 14 '21 22:12 patricklabatut

I my case I use it to 'upsample' a mesh (to denser points and faces).

zeakey avatar Dec 15 '21 04:12 zeakey