Alec Jacobson
3cb41229a3
typo in usage
...
Former-commit-id: f93121ad0f
2015-11-10 12:24:49 -05:00
Alec Jacobson
aadd1f89c9
display integral average gauss curv.
...
Former-commit-id: 901cd7e4fd
2015-10-30 07:06:31 +09:00
Romain Prévost
2ef67dab06
new cmake files
...
Former-commit-id: 0f9cae95af
2015-10-21 23:31:40 +02:00
Alec Jacobson
8bbf9d48d6
Merge branch 'enable_out_of_source_tutorial_build' of git://github.com/decrispell/libigl into decrispell-enable_out_of_source_tutorial_build
...
Former-commit-id: f3125adc51
2015-10-18 11:03:05 -04:00
Daniel Crispell
6eae3ca6b0
replaced static tutorial_shared_path string with #define
...
Former-commit-id: bd37fbf7c1
2015-10-17 23:55:35 -04:00
Alec Jacobson
fe0d30240d
rm line about kronprod
...
Former-commit-id: 7472af8bd5
2015-10-16 09:09:20 -04:00
Daniel Crispell
4df6057189
removed auto-generated file in favor of simpler preprocessor definition
...
Former-commit-id: ec31d54c63
2015-10-11 14:52:52 -04:00
Daniel Crispell
473131235f
fix documentation to reflect new tutorial_shared_path configured var
...
Former-commit-id: 99f4ece13a
2015-10-09 23:03:24 -04:00
Daniel Crispell
c861c711a0
Enable out of source tutorial build
...
Use CMake's "configure_file" functionality to store path to the tutorial
shared directory, enabling tutorial executables build out of source to
correctly find the data files.
Former-commit-id: a0eed05e8b
2015-10-09 22:52:39 -04:00
Daniele Panozzo
2705f80184
updated tutorial with comiso instructions
...
Former-commit-id: 50fe9fa405
2015-10-07 02:00:20 +02:00
Daniele Panozzo
7f0d38bd07
fixes for linux
...
Former-commit-id: 4bc94c04a2
2015-10-06 14:08:04 +02:00
Daniele Panozzo
c2e96e45fa
fixes for comiso on windows for VS2015
...
Former-commit-id: c7bd7532c8
2015-10-06 00:01:07 +02:00
Daniele Panozzo
fcb33aa98c
Merge branch 'master' of https://github.com/libigl/libigl
...
Former-commit-id: 61f777753f
2015-10-05 21:12:48 +02:00
Daniele Panozzo
fcea5c0757
fixes for static build
...
Former-commit-id: 5e7a2ae3da
2015-10-05 14:34:47 +02:00
Daniele Panozzo
d75a8a2ca6
major update of nanogui
...
Former-commit-id: e6680969af
2015-10-05 14:11:31 +02:00
Alec Jacobson
362603ed18
index map in mesh boolean, better templates in slice, template instanciations
...
Former-commit-id: 8b0d66c358
2015-10-03 17:51:58 -04:00
Daniele Panozzo
9e6d6f2e86
comiso now links statically if found, build is likely to be broken on windows due to the lack of blas
...
Former-commit-id: 8558b40e2b
2015-09-28 20:10:01 +09:00
Alec Jacobson
d87c41aeb9
added 'Found CGAL' line
...
Former-commit-id: 4a1e6d1406
2015-09-24 09:34:35 -04:00
Alec Jacobson
5bbcc5c2d5
update tutorial
...
Former-commit-id: fb4f0dff51
2015-09-24 08:28:56 -04:00
Alec Jacobson
0f605cbc6e
bad link
...
Former-commit-id: deace63a91
2015-09-23 22:59:05 -04:00
Alec Jacobson
130436f04c
typo
...
Former-commit-id: 1eb5c75e20
2015-09-23 22:56:23 -04:00
Alec Jacobson
afdd8700cd
marching cubes consolidate and tutorial entry
...
Former-commit-id: 4bbd030681
2015-09-23 18:59:38 -04:00
Alec Jacobson
3702f3d4ef
un-template CSGTree, fix tutorial paths
...
Former-commit-id: ee4ca9cc47
2015-09-22 17:31:41 -04:00
Alec Jacobson
b6521a09b7
missing data and images
...
Former-commit-id: f1cf9df64f
2015-09-22 17:30:34 -04:00
Alec Jacobson
5989ffa2ef
csg tree names
...
Former-commit-id: d51c6c1278
2015-09-22 10:28:45 -04:00
Alec Jacobson
13212cb389
csg tree tutorial entry
...
Former-commit-id: 6dc9985456
2015-09-22 10:16:58 -04:00
Qingnan Zhou
f44e88eb5a
Minor update to warning when GLFWH is not found.
...
Former-commit-id: 80ff41a36c
2015-09-14 13:19:11 -04:00
Qingnan Zhou
73080d69ca
Merge remote-tracking branch 'upstream/master'
...
Former-commit-id: d9164185e8
2015-09-14 13:10:41 -04:00
Alec Jacobson
2f037407cb
rm fatal error on glew from glfw find
...
Former-commit-id: 413c341a86
2015-09-14 12:13:20 -04:00
Qingnan Zhou
179907696a
Update cmake script to avoid fatal error when GLEW and GLFWH are missing.
...
Former-commit-id: 758f197f1c
2015-09-14 11:49:58 -04:00
Daniele Panozzo
3a2bffbb14
Merge branch 'master' of https://github.com/danielepanozzo/libigl
...
Former-commit-id: 6df10feb1c
2015-09-05 17:00:29 +02:00
Daniele Panozzo
fb92c64f82
static build disabled for visual studio
...
Former-commit-id: 04f4c7eef5
2015-09-05 17:00:06 +02:00
Daniele Panozzo
7ca918a343
updated tutorial, finally got rid of the compilation scripts for the dependencies
...
Former-commit-id: 7b397e44ce
2015-09-05 16:21:13 +02:00
Daniele Panozzo
5667cf4102
forced embree static build
...
Former-commit-id: 8305139b33
2015-09-05 16:08:17 +02:00
Daniele Panozzo
f26f4a020f
fixed for static build
...
Former-commit-id: 69d734c262
2015-09-05 15:04:47 +02:00
Daniele Panozzo
0372c729d5
removed embree (build is broken in this commit)
...
Former-commit-id: 575f4d7b37
2015-09-05 14:41:44 +02:00
Daniele Panozzo
9cdd504b3c
vs2015 fixes in cmake file
...
fixed bug in DMAT on windows
Former-commit-id: 206a896e17
2015-09-01 21:03:14 +02:00
Alec Jacobson
cdfe428c12
there is no svd3x3 anymore
...
Former-commit-id: b94f0fca6b
2015-08-04 08:59:40 -04:00
Daniele Panozzo
12427d4b5f
fixed broken links in the integrable polyvector tutorial
...
Former-commit-id: 31836e5aba
2015-07-31 11:19:51 +02:00
Daniele Panozzo
03fcfb23e5
Merge commit '101530fe1747ca75aa9e4af7e0aa6e21c84af3af [formerly d3a6db8e55]'
...
Conflicts:
include/igl/slice.cpp
Former-commit-id: 84da7b985a
2015-07-31 11:11:35 +02:00
Daniele Panozzo
c34cd8e9d2
Merge commit '6d76e95d8f1edf43523c795c45b45e39b9828afe [formerly 6078415ac5]'
...
Conflicts:
include/igl/project.cpp
Former-commit-id: c2e40e7dd5
2015-07-31 11:09:03 +02:00
Alec Jacobson
6ab14a0088
wrong capitalization
...
Former-commit-id: 2564707900
2015-07-30 17:40:24 -04:00
Alec Jacobson
4a1e5bbd4a
better find
...
Former-commit-id: 82ea3e9941
2015-07-30 16:57:48 -04:00
Olga Diamanti
101530fe17
Merge branch 'master' of https://github.com/libigl/libigl
...
Conflicts:
include/igl/project.cpp
include/igl/slice.cpp
+ integrable tutorial text
Former-commit-id: d3a6db8e55
2015-07-30 22:32:17 +02:00
Daniele Panozzo
6d76e95d8f
Merge commit '96dddcc850e95b57dfe3eb2a1bdfe41ead61b1c3 [formerly 232db68c7b]'
...
Conflicts:
include/igl/slice.cpp
Former-commit-id: 6078415ac5
2015-07-29 14:54:26 +02:00
Daniele Panozzo
f57dd67e59
fixed static build for the tutorials
...
Former-commit-id: 93c3450eb5
2015-07-29 14:07:56 +02:00
Daniele Panozzo
9644058bce
added source code for tutorial 106
...
Former-commit-id: 7a8459746e
2015-07-28 18:15:42 +02:00
Daniele Panozzo
de4bec205c
Merge commit '1748ff83c69fe05ab3fe93ac3996297aaa27f6af [formerly eed1c88851]'
...
Conflicts:
tutorial/tutorial.md
Former-commit-id: 5e62f8dcab
2015-07-28 17:55:57 +02:00
Alec Jacobson
058b294371
biharmonic coordinates tutorial example
...
Former-commit-id: 82b7b2261a
2015-07-28 11:12:43 -04:00
Alec Jacobson
3d1c733579
fixed trackball as quat
...
Former-commit-id: b54936be91
2015-07-28 11:04:26 -04:00