Commit Graph
35 Commits
Author SHA1 Message Date
Olga Diamanti e44af8ca3f Fixed what Alec changed before, lib compiles with the new files. Made
files more libigl-like.


Former-commit-id: 3f94104939
2014-06-22 01:36:53 +02:00
Alec Jacobson 43b01106e9 normals example
Former-commit-id: de279a7385
2014-06-21 14:30:56 -04:00
Alec Jacobson a2ced30016 laplacian example, viewer set_vertices better names better centroid
Former-commit-id: 2ec6b22960
2014-06-21 02:33:16 -04:00
Alec Jacobson cac3b04a2a Gradient example
Former-commit-id: ded5fc4186
2014-06-20 19:05:46 -04:00
Alec Jacobson 9af8e5234a cleanup new code mess enough to compile
Former-commit-id: d35a417d6c
2014-06-20 15:08:14 -04:00
Alec Jacobson 21db3b3de1 Merge branch 'master' of github.com:libigl/libigl
Former-commit-id: d7ec40ff59
2014-06-20 13:40:33 -04:00
Daniele Panozzo 63c574be96 - fixed cmake file for MIQ
- NOTE: All the MIQ files need proper documentation and copyright at the top. Will be done in the next few days


Former-commit-id: 3378476f04
2014-06-20 19:18:10 +02:00
Olga Diamanti 0d1f0ccefb reorganizing
Former-commit-id: 7e326a35e1
2014-06-20 19:06:02 +02:00
Daniele Panozzo c398c05994 added nrosy field interpolation nrosy.h
added tutorial example for nrosy.h


Former-commit-id: 29a98c0d5e
2014-06-20 18:25:31 +02:00
Alec Jacobson 450d22530b clean up principal curvature example
Former-commit-id: 15a0c8f549
2014-06-20 11:45:27 -04:00
Alec Jacobson 6ccca30cba clean up lscm and areamatrix
Former-commit-id: 41385b9572
2014-06-19 22:26:44 -04:00
Alec Jacobson 6bbabfb5fb Merge branch 'master' of github.com:libigl/libigl
Former-commit-id: 8893d62c15
2014-06-19 20:42:44 -04:00
Alec Jacobson 1de0c75000 arap parameterization no longer allowing reflections, using ref triangles
Former-commit-id: 9492e2df91
2014-06-19 20:42:37 -04:00
Daniele Panozzo 9a0c025dfb - added tutorial example LSCM + helper functions
Former-commit-id: d8dd6bcf8b
2014-06-19 23:25:18 +02:00
Alec Jacobson 49dadb340c arap parameterization working, really
Former-commit-id: 1d0ab487b9
2014-06-19 14:32:12 -04:00
Daniele Panozzo ae03f73648 * added tutorial for ARAP parametrization (broken)
* removed useless parameters from map_vertices_to_circle


Former-commit-id: 8c9ba648d8
2014-06-19 14:59:05 +02:00
Daniele Panozzo 68380718fa removed glew dependency for the tutorials (linux and macosx)
Former-commit-id: 3534003a18
2014-06-19 00:31:59 +02:00
Daniele Panozzo abd3989efb - new tutorial example for harmonic parametrization
- fixed compilation bug in min_quad_with_fixed


Former-commit-id: f2c092f207
2014-06-19 00:23:46 +02:00
Daniele Panozzo 8abc19496a Merge branch 'master' of https://github.com/libigl/libigl
Former-commit-id: 3178a49bb0
2014-06-18 20:03:59 +02:00
Daniele Panozzo f692781ff9 - added tutorial for principal curvature directions
- fixed bug in viewer for line rendering
- renamed draw overlay functions to add


Former-commit-id: 0a556f42c9
2014-06-18 20:03:40 +02:00
schuellc 5c91e9cc07 viewer compiles on windows
Former-commit-id: 50416bfbb1
2014-06-18 13:51:50 +02:00
Daniele Panozzo 4529821552 - added support for per corner normals
- added example in the tutorial for the normals
- viewer: the cache is now properly invalidated when switching between face and vertex mode


Former-commit-id: f25f098b90
2014-06-18 11:31:39 +02:00
Daniele Panozzo 073be51f91 tutorials index starts from 1
Former-commit-id: 743a694291
2014-06-18 10:17:52 +02:00
Daniele Panozzo 5525ef99f4 Merge branch 'master' of https://github.com/libigl/libigl
Former-commit-id: 9e55d970ef
2014-06-18 10:05:59 +02:00
Alec Jacobson 643bb356eb gaussian curvature example in tutorial
Former-commit-id: b887e5239c
2014-06-18 00:48:14 -04:00
Daniele Panozzo 889234511e Merge branch 'master' of https://github.com/libigl/libigl
Former-commit-id: 28a20efc2e
2014-06-17 22:30:12 +02:00
Daniele Panozzo 7b133fc555 fixed deprecated types in cotmatrix
improved matlabinterface to support sending sparse matrices to matlab
added matlab example for the tutorial


Former-commit-id: d23c7f1fbc
2014-06-17 22:29:22 +02:00
Alec Jacobson 4fbf0da74b more fixes to Viewer.cpp
Former-commit-id: 772366b553
2014-06-17 16:17:33 -04:00
Alec Jacobson 659cb932ed fixed many issues with Viewer, compiles statically
Former-commit-id: 5fa63230e7
2014-06-17 15:36:24 -04:00
Daniele Panozzo 0aaef7e68f fix in cmake file for glew
new tutorial example for plotting colors


Former-commit-id: 0ba527487c
2014-06-17 14:00:47 +02:00
Alec Jacobson 0daa5ce93b cmake/examples working on alecs mac
Former-commit-id: 132c9cc14a
2014-06-16 12:07:58 -04:00
Alec Jacobson de6aba842b lowercase
Former-commit-id: 1e35e8bd57
2014-06-16 11:26:19 -04:00
Daniele Panozzo 4687f46fad added tutorial examples for events and overlays
improved viewer public interface for overlays


Former-commit-id: c2417451ca
2014-06-16 00:00:26 +02:00
Daniele Panozzo fc5f9344a5 added glew in external folder to make the tutorial examples fully self-contained
Former-commit-id: 59b9325c5b
2014-06-15 18:56:06 +02:00
Daniele Panozzo 127893e2a5 added new OpenGL 4 Viewer based on glfw
added two examples for the libigl tutorial


Former-commit-id: f3cb5bb4ee
2014-06-15 18:02:23 +02:00