Commit Graph
457 Commits
Author SHA1 Message Date
Alec Jacobson c4ffe6ddae fix error in 106 code 2016-10-21 09:45:25 -04:00
Alec Jacobson d92285dad3 unneeded include 2016-10-20 22:50:04 -04:00
Alec Jacobson 6174a89c7a Merge branch 'master' of github.com:libigl/libigl into alecjacobson 2016-10-20 22:02:05 -04:00
Alec Jacobson 723d5cd6eb move bbw with active set to main lib, rm bbw extra, create mosek::bbw 2016-10-20 12:31:13 -04:00
Daniele Panozzo 6821363ace Added reference to the blank project in the documentation 2016-10-19 09:41:10 -04:00
Daniele Panozzo 94f69cc59b compilation fix for 611 2016-10-17 22:47:54 -04:00
Daniele Panozzo 6b7a58cabd * integrate code for scalable locally injective maps
* fixes for static build
* added tutorial 611
2016-10-16 20:59:21 -04:00
Alec Jacobson dc4da0d6e2 fix links 2016-10-07 08:19:02 -04:00
Daniele Panozzo 09b46b7330 added tips for windows build
updated tutorials
added Ultrecht
added Amir as contributor
2016-10-06 15:21:51 -04:00
Olga Diamanti 469a2372b9 forgot to add an entry to the table of contents. 2016-09-02 15:55:00 -07:00
Olga Diamanti d3b3d2cd49 entry in tutorial file and image for tutorial 511_PolyVectorFieldGeneral 2016-09-02 15:37:09 -07:00
Olga Diamanti f89f0e0a69 Merge branch 'master' of https://github.com/libigl/libigl 2016-09-01 13:22:07 -07:00
Daniele Panozzo 6dea99fcc3 added tutorial entry for vector field tracing 2016-08-12 12:38:11 -04:00
Daniele Panozzo 5ba924281a fix for ambigous symbol VS2015 2016-08-12 12:32:21 -04:00
pancha 9abb24e0bc * adding streamline code and tutorial
* adding python bindings for streamline and python tutorial
2016-08-11 10:37:34 -04:00
Olga Diamanti dce20528ca Merge branch 'master' of https://github.com/libigl/libigl 2016-07-19 16:15:18 -07:00
Klint Qinami 503b43d07f fix typo in tutorial 502 and content error
The sum of those two matrices would be L + A, however, we want Q = L - 2A , or the negative of that if we want positive-definite.
2016-07-15 12:55:55 -04:00
Alec Jacobson d03163ab2b missing dollar signs for math 2016-07-14 15:13:00 -05:00
Alec Jacobson ecc6137064 isdiagonal test, harmonic abstracted away from laplacian 2016-07-12 16:05:59 -04:00
Olga Diamanti 7c5c08f5dc Merge branch 'master' of https://github.com/libigl/libigl 2016-07-12 09:35:11 -07:00
hankshen 65b5d854ca rewrite the uniform laplacian as overloading function and restore the previous tutorial 2016-07-11 22:27:33 -04:00
hankshen fc829fe152 updated tutorial 401 402 501 503 for new interface of harmonic mapping function 2016-07-11 17:44:35 -04:00
Olga Diamanti 03a58d0b0c Merge branch 'master' of https://github.com/libigl/libigl 2016-07-05 11:05:07 -07:00
Alec Jacobson a56bcb71d3 more sources 2016-06-27 12:39:45 -04:00
Alec Jacobson 3d8c5a6a79 start to track down ssources 2016-06-27 12:11:57 -04:00
Sebastian Koch 7b6b91bd7a Added tutorial 609_Boolean and CGAL python module + functions 2016-06-17 17:25:27 +02:00
Sebastian Koch 91cc558943 Merge branch 'master-upstream' into python_bindings 2016-06-17 10:06:00 +02:00
Sebastian Koch 9686acaa6a Update main.cpp 2016-06-04 16:31:53 +02:00
Sebastian Koch 706aa31449 Added multiple tutorials 2016-06-03 16:53:22 +02:00
Sebastian Koch 35cb70903b Merge branch 'bindings' into python_bindings 2016-06-02 13:55:51 +02:00
Olga Diamanti 0fa6066298 Merge branch 'master' of https://github.com/libigl/libigl
Conflicts:
	include/igl/slice.cpp
2016-05-05 20:17:41 +02:00
Edward Lam 580ee13044 Microsoft Visual C++ build fix
Renamed RGB to RGBcolors since RGB is a system macro on Windows.
2016-04-26 09:47:21 -04:00
Olga Diamanti 684b6b2946 Merge branch 'master' of https://github.com/libigl/libigl
Conflicts:
	include/igl/slice.cpp
2016-04-08 17:02:54 +02:00
Alec Jacobson 0f560524f9 guessing windows needed include vector 2016-04-05 11:21:37 -04:00
Alec Jacobson 063981e2d9 easier linking to chapers 2016-04-05 10:36:31 -04:00
Alec Jacobson dc0e835600 facet orientation in tutorial 2016-04-05 10:23:06 -04:00
Olga Diamanti 31c0c72a92 Merge branch 'master' of https://github.com/libigl/libigl 2016-04-04 21:44:23 +02:00
Alec Jacobson 97f694adad tutorial update 2016-04-04 10:41:10 -04:00
Olga Diamanti ad4d28f498 conjugate tutorial seems to be broken, made some changes but not fixed yet 2016-04-01 22:33:35 +02:00
Olga Diamanti b3cc775256 added one tutorial for general (non-symmetric) polyvectors 2016-04-01 01:51:28 +02:00
Olga Diamanti bf2f1fbefc fixed 501_Integrable to use the updated matchings (with the is_symmetric flag) 2016-04-01 00:26:28 +02:00
Alec Jacobson af001cd922 fix namespaces 2016-03-30 10:43:55 -04:00
Alec Jacobson f2c209fe95 turn off CORK by default (GMP not easy on windows 2016-03-17 18:42:42 -04:00
Alec Jacobson b44cb68b3d separate boolean code to cgal and cork, fix cmake for lib and tutorial 2016-03-17 18:23:42 -04:00
Alec Jacobson 2d1860a5f3 find cgal and set option appropriately 2016-03-17 15:49:50 -04:00
Romain Prévost d740fc2b9f fixed MSVC runtime issue
disable warnings
2016-03-09 10:04:47 +01:00
Romain Prévost 33c92219e9 embree static fixed 2016-03-08 17:49:02 +01:00
Daniele Panozzo e82cd95832 added outpud directories 2016-03-08 08:44:18 -05:00
Romain Prévost 2b6b43eb7b cgal/boolean cmake fix
viewer cmake fix
2016-03-08 00:57:18 +01:00
Romain Prévost 2cd2d17780 updated cmake version 2016-03-06 23:23:32 +01:00