potpourri3d icon indicating copy to clipboard operation
potpourri3d copied to clipboard

An invigorating blend of 3D geometry tools in Python.

Results 23 potpourri3d issues
Sort by recently updated
recently updated
newest added

Currently we are building a feature that requires us to find which face IDs the edges that connects geodesic point pairs lie on. Currently, we have to solve this in...

enhancement

I am attempting to compute a geodesic loop through a specific point, but when I use either find_geodesic_loop or find_geodesic_path_poly, the returned path does not contain any of the input...

Hello, Thank you for the amazing library! I was wondering if there is planned support for using any point on the mesh's surface (not exclusively vertices) as inputs for MeshHeatMethodDistanceSolver...

Hi, I would like to get the geodesic pairwise distance of a mesh. I saw that there are some methods to get the distance for a specific each. However, I...

Thank you for this super useful tool ! At present, we cannot have access to the **connection Laplacian operator** used for Heat Diffusion on tangent vector fields (defined on vertices)....

![image](https://user-images.githubusercontent.com/55980678/132118013-9f4ef084-0a97-4182-ad9a-57b1a24dd06a.png) ![image](https://user-images.githubusercontent.com/55980678/132118026-e57772ca-7f79-4557-ab83-fc63a8f4642b.png) At present, the isoline distance field generated by potpourri3d and polyscope cannot achieve the same effect as in the paper, and the isoline coordinates cannot be obtained. Can...

As the diagram shows, `find_geodesic_path_poly` will generate something unsatisfactory when there's overlap in the `dijkstraPath`. I remember the original author of the papar said that there's some problem when overlap...

Hello! Is it possible to use potpouri3d for computing stripes (using `computeStripePattern`)? Thank you! cheers, roberto

enhancement

This PR exposes the Geodesic Trace Function, which I'm interested in using to wrap LED Strips around various shapes 😅

Thanks for this great work! I'm not an expert in 3D geometry and searched for a while until I found your geodesic path implementation. Exactly what I need! I want...