geogram icon indicating copy to clipboard operation
geogram copied to clipboard

a programming library with geometric algorithms

Results 59 geogram issues
Sort by recently updated
recently updated
newest added

I'm trying to create the charts and parametrize them using `mesh_make_atlas` but all it does is to make one chart per triangle and parametrize that :) What am I doing...

Hi. I'm looking to package this (and then alicevision) for Debian. I see this repo and the alicevision one: https://github.com/alicevision/geogram/ It would be helpful to know which one is the...

Hello, I tried the isotropic remeshing algorithm (tri_size_adapt=0, tri_shape_adapt=0) on a surface mesh with boundary and found that the **surface boundary shrinks after remeshing**, as shown in the below screenshot....

Hello, I would like to know, if tags are going to be introduced in this repository. As some [comments](https://github.com/BrunoLevy/geogram/issues/11#issuecomment-1246596027) show, users want to have tags to distinguish different versions. Also,...

Could you please clarify some of my doubts regarding computing the restricted voronoi diagram in multithreaded mode? In the documentation for the function "for_each_polyhedron()" there is a boolean parameter called...

Hello, I'm trying to display a tetra mesh with a per-cell-facets attribute (for walls, in case of volume decomposition). It seems Vorpaview/Graphite cannot render this kind of attribute, despite listing...

enhancement
geogram_gfx

If the system does not have enough memory to allocate a GEO::vector, it will segfault. The reason for this is that GEO::vector is essentially an std::vector that uses the Geogram...

Hello, I was wondering if there was a way to compile this library for Android? I have managed to generate a visual studio solution for Android with cmake for now...

In the "Prepare sccache" step it says: ``` Initializing... Invoke-Expression: D:\a\_temp\ff2ee3ee-f101-4b64-b0b3-df1f0e660f49.ps1:2 Line | 2 | Invoke-Expression (New-Object System.Net.WebClient).DownloadString('h … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | The term 'Select-CurrentVersion' is not recognized as a...

I have the two triangles t0 and t1 below t0={p0, p1, p2}; with p0={1898.68 775 1158.48} , p1={2000 775 1166.7}, p2={1898.68 675 1148.6} t1={q0, q1, q2}; with q0={1966.41 675 1163.79},...