geogram
geogram copied to clipboard
a programming library with geometric algorithms
On MacOS-M1 (macos-14 runner on github), some nearest neighbor search test fail (ANN and geogram return different results). Debugging strategy: - [ ] verify that ANN results are the same...
I am doing autoporting of geogram code using AdaptiveCpp. When executed the cmake command cmake .. -DGeogram_DIR=/...../geogram/cmake -DAdaptiveCpp_DIR=/...../AdaptiveCpp/lib/cmake/AdaptiveCpp -DACPP_TARGETS='cuda:sm_86' in geobox/build got the following error: CMake Error at CMakeLists.txt:6 (find_package):...
PR #102 follow-up, where I wrote: > Note: `MeshGfx::set_picking_mode()` also accepts MESH_EDGES, but I did not manage to read something other than -1. I though edges were the facet edges...
### Discussed in https://github.com/BrunoLevy/geogram/discussions/158 Originally posted by **rooomFelix** July 1, 2024 ### Feature Request: Support for GLTF File Format #### Summary I would like to request the addition of support...
I would like to have the updated Geogram on vcpkg. It seems that the latest there is 1.8.3
Here is the list: ``` @dir include/geogram1/geogram/third_party/amgcl/.travis @dir include/geogram1/geogram/third_party/amgcl/amgcl/adapter @dir include/geogram1/geogram/third_party/amgcl/amgcl/backend/detail @dir include/geogram1/geogram/third_party/amgcl/amgcl/coarsening/detail @dir include/geogram1/geogram/third_party/amgcl/amgcl/detail @dir include/geogram1/geogram/third_party/amgcl/amgcl/io @dir include/geogram1/geogram/third_party/amgcl/amgcl/mpi/coarsening @dir include/geogram1/geogram/third_party/amgcl/amgcl/mpi/direct_solver @dir include/geogram1/geogram/third_party/amgcl/amgcl/mpi/partition @dir include/geogram1/geogram/third_party/amgcl/amgcl/mpi/relaxation @dir include/geogram1/geogram/third_party/amgcl/amgcl/mpi/solver @dir include/geogram1/geogram/third_party/amgcl/amgcl/perf_counter @dir...
The documentation section [Geogram compilation on Linux](https://github.com/BrunoLevy/geogram/wiki/compiling_Linux) doesn't explain how to run tests.
Hi guys! Thanks for great work! When I use Geogram to read a PLY file, I can't clearly see the information about normals and colors in the mesh.vertices in debug...
Hello! Is there a public method to determine which tetrahedron a given point resides in? Or a way to call `Delaunay3D:locate` directly? I'm looking to do some linear interpolation. Some...