This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
3DFaces
/
libigl_Martin
Xem
3
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
778c042ccf
Branches
Tags
martinsChanges
master
libigl_Martin
/
examples
/
Core
dpanozzo
7eedde1c6b
updated makefiles of the examples of the igl_lib to point to /opt/local/include instead of /usr/local/include
14 năm trước cách đây
..
Makefile
7eedde1c6b
updated makefiles of the examples of the igl_lib to point to /opt/local/include instead of /usr/local/include
14 năm trước cách đây
README
2d61ad4a9e
clean up make and readme in examples/Core
14 năm trước cách đây
bunny.off.REMOVED.git-id
17bde85654
moved Core example in a subfolder
14 năm trước cách đây
example1.cpp
bd4d115fea
major reorganization of directory structure
14 năm trước cách đây
example2.cpp
bd4d115fea
major reorganization of directory structure
14 năm trước cách đây
runexample2.sh
17bde85654
moved Core example in a subfolder
14 năm trước cách đây
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.