libigl-examples icon indicating copy to clipboard operation
libigl-examples copied to clipboard

This repository contains examples applications that use libigl. They only work on MacOSX and they should be converted to tutorials.

Results 6 libigl-examples issues
Sort by recently updated
recently updated
newest added

There is nothing to fix, you just need to setup your CMake project correctly (enable `LIBIGL_WITH_TRIANGLE`, and link against the CMake target `igl::triangle`). _Originally posted by @jdumas in https://github.com/libigl/libigl/issues/1635#issuecomment-962642906_ I'm...

I am trying to run "skeleton-builder" from libigl-examples. 1- I put the the project in libigl/tutorial and added the project as a subdirectory in tutorial CMakeLists.txt 2- created a CMakeLists.txt...

Some examples are using opengl2 directory that appears to be missing. For example: #include #include Any suggestions on where to get these files?

Hello, sorry for this noob question but I'm having this error "'CGAL/intersections.h' file not found". I can't find the file intersections.h .Any help please '

Hi Mr dev, I figured that these examples are a bit of out-dated, but still I need to compile the skeleton-poser on Ubuntu. I tried to modify the Makefile.conf, but...

if(!igl::readOFF(filename,vV,vF,vN)) maybe miss one parameter for rgb color values vectorvC; if(!igl::readOFF(filename,vV,vF,vN, vC)) I'm working on windows, I have to remove this line in skeleton/example.cpp: glutInitDisplayString( "rgba depth double samples>=8 ");...