libigl
libigl copied to clipboard
Simple MPL-2.0-licensed C++ geometry processing library.
Here is the problem:  You can set the color of the front or outer side of the surface. However, the back side or inside of the surface is forever...
Hi, Wondering if it'd be possible to add .3MF support to the list of supported file types :)
Hi! In my project, I compiled libigl as static libraries to decrease the time-consuming. However, my project heavily relies on CGAL library, which is a template-based library so it is...
Previous discussion was started [here](https://github.com/libigl/libigl/commit/321343d402a590c855040ed89469025155484981#commitcomment-27514114), I just want to continue it in a dedicated thread. The idea is to improve the flexibility of the CMake build system, with respect to...
I have two meshes, MA and MB. MB is embedded in MA and I want to make MA semi-transparent such that is easy for the visualization. I concatenate the mesh...
Hi, I have a question about the optimization for the boolean operations. Specifically, is there any space-partitioning data structure used in accelerating the operations? As I am trying to apply...
I can call `writeOBJ` on a vertex matrix which stores an arbitrary number of dimensions for each vertex, and it will write every dimension out to the OBJ file. However,...
Hi, I am planing to use it in my project on osx platform. I am wondering why there is not a release, a homebrew formula and a find_libigl.cmake provideded? could...
Hello, I would like to use libIGL for mesh boolean because it allows integration with two high quality software i.e. Cork and CGAL. However, I see its interfaces always creates...
From personal email: > I need to maintain texture coordinates of the result [of igl::decimate], the sample only return vertices and faces. Any advice on how to perhaps post-process the...