libigl icon indicating copy to clipboard operation
libigl copied to clipboard

Simple MPL-2.0-licensed C++ geometry processing library.

Results 264 libigl issues
Sort by recently updated
recently updated
newest added

Here is the problem: ![Car](http://libigl.github.io/libigl/images/beetle-eigen-decomposition.gif) 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...

viewer
feature

Hi, Wondering if it'd be possible to add .3MF support to the list of supported file types :)

feature

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...

compilation
cgal
feature

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...

cmake
feature

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...

viewer
feature

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...

feature

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,...

feature

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...

feature

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...

feature

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...

question
feature