dpanozzo 17bde85654 moved Core example in a subfolder преди 14 години
..
Makefile 17bde85654 moved Core example in a subfolder преди 14 години
README 17bde85654 moved Core example in a subfolder преди 14 години
bunny.off.REMOVED.git-id 17bde85654 moved Core example in a subfolder преди 14 години
example1.cpp 17bde85654 moved Core example in a subfolder преди 14 години
example2.cpp 17bde85654 moved Core example in a subfolder преди 14 години
runexample2.sh 17bde85654 moved Core example in a subfolder преди 14 години

README

igl_lib is a lightweight C++ for mesh processing

Example1.cpp:
- Load/save a mesh
- Compute face and edge topology
- Compute the cotan matrix of the loaded mesh

Example2.cpp:
- Show how it is possible to send/receive matrices to/from matlab
in order to use the matlab functions in the igl_toolbox

Tu run example2 you need matlab and to properly configure your PATH and DYLD_PATH.
See runexample2.sh for an example.