This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
3DFaces
/
libigl_Martin
Tarkkaile
3
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
cc6f68da7c
Haarat
Tagit
martinsChanges
master
libigl_Martin
/
examples
/
Core
jalec
2d61ad4a9e
clean up make and readme in examples/Core
14 vuotta sitten
..
Makefile
2d61ad4a9e
clean up make and readme in examples/Core
14 vuotta sitten
README
2d61ad4a9e
clean up make and readme in examples/Core
14 vuotta sitten
bunny.off.REMOVED.git-id
17bde85654
moved Core example in a subfolder
14 vuotta sitten
example1.cpp
17bde85654
moved Core example in a subfolder
14 vuotta sitten
example2.cpp
17bde85654
moved Core example in a subfolder
14 vuotta sitten
runexample2.sh
17bde85654
moved Core example in a subfolder
14 vuotta sitten
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:
- Shows how it is possible to send/receive matrices to/from matlab
in order to use the matlab functions in the igl_toolbox
To run example2 you need matlab and to properly configure your PATH and DYLD_PATH.
See runexample2.sh for an example.