README 420 B

12345678910111213
  1. igl_lib is a lightweight C++ for mesh processing
  2. Example1.cpp:
  3. - Load/save a mesh
  4. - Compute face and edge topology
  5. - Compute the cotan matrix of the loaded mesh
  6. Example2.cpp:
  7. - Shows how it is possible to send/receive matrices to/from matlab
  8. in order to use the matlab functions in the igl_toolbox
  9. To run example2 you need matlab and to properly configure your PATH and DYLD_PATH.
  10. See runexample2.sh for an example.