Alec Jacobson
|
bb6a441f98
|
signed distances in tutorial
Former-commit-id: b6c92a81ad
|
2015-06-09 14:20:05 -04:00 |
|
Daniele Panozzo
|
40716b570c
|
boolean depends on cgal, fixed static build
Former-commit-id: 45d023595e
|
2015-06-08 22:08:50 +02:00 |
|
Daniele Panozzo
|
4d75e4c13c
|
template specializations for CLANG
Former-commit-id: fc70bbac2f
|
2015-06-08 00:00:40 +02:00 |
|
Daniele Panozzo
|
3047eb4d6f
|
new build system
Former-commit-id: 2c98a1b918
|
2015-06-07 23:59:53 +02:00 |
|
youxijia
|
8ebe2b984b
|
fixed a typo, "helful" seems to be "helpful"
Former-commit-id: 206b4fe435
|
2015-05-22 22:34:24 +08:00 |
|
Alec Jacobson
|
dd793e24b4
|
english names for anchors
Former-commit-id: a258a42b0c
|
2015-05-18 12:55:56 -04:00 |
|
Alec Jacobson
|
f1bfc22012
|
english names for anchors
Former-commit-id: 6c2d56a8c9
|
2015-05-18 12:55:51 -04:00 |
|
James Andrews
|
b3dec910b7
|
fix check for command line args: if(argc>=1) -> if(argc>1)
Former-commit-id: 44b9537081
|
2015-05-14 13:02:44 -07:00 |
|
Alec Jacobson
|
49c6172a50
|
better cmake
Former-commit-id: d3baf8802f
|
2015-05-14 10:33:04 -04:00 |
|
Alec Jacobson
|
567fc30761
|
font
Former-commit-id: 14c052085b
|
2015-05-11 09:37:36 -04:00 |
|
Daniele Panozzo
|
233b861e71
|
Merge branch 'comiso-fix' of https://github.com/heartvalve/libigl into heartvalve-comiso-fix
Former-commit-id: 8dcff8f1b2
|
2015-04-28 17:56:01 +02:00 |
|
Daniele Panozzo
|
03bd18cc32
|
small improvement in the rendering of tutorial miq
Former-commit-id: b303b6b42a
|
2015-04-28 17:55:48 +02:00 |
|
Chris Russ
|
d2def41a92
|
FindLIBCOMISO include directory fix
Former-commit-id: a9df20ad1d
|
2015-04-21 09:50:54 +02:00 |
|
Alec Jacobson
|
439cc69864
|
templates
Former-commit-id: 8a2b11af32
|
2015-04-20 13:47:23 -04:00 |
|
Alec Jacobson
|
adec288c83
|
eigen version
Former-commit-id: da806920c2
|
2015-04-20 10:41:24 -04:00 |
|
Alec Jacobson
|
f10866a766
|
edge collapse section
Former-commit-id: ab11f17e78
|
2015-04-16 13:41:48 -04:00 |
|
Alec Jacobson
|
4791a73abb
|
edge collapse section
Former-commit-id: 2f55682a71
|
2015-04-16 13:41:42 -04:00 |
|
Alec Jacobson
|
87cb4edd6b
|
add to cmake
Former-commit-id: ac9253ea93
|
2015-04-16 12:10:29 -04:00 |
|
Alec Jacobson
|
51a2586e3a
|
decimation example
Former-commit-id: 33140c7652
|
2015-04-16 12:10:19 -04:00 |
|
Alec Jacobson
|
7ab91d7aa8
|
better file handling
Former-commit-id: ae9dd3831f
|
2015-04-15 08:40:04 -04:00 |
|
Alec Jacobson
|
5291a8fe7f
|
missing flags
Former-commit-id: 440c66833a
|
2015-03-19 14:20:12 -04:00 |
|
Alec Jacobson
|
51d92e724a
|
templates, tutorial missing libs
Former-commit-id: ab554feba1
|
2015-03-16 13:50:56 -04:00 |
|
Daniele Panozzo
|
854d4daaa8
|
fixed MIQ and Frame field tutorials
Former-commit-id: 672500475b
|
2015-03-16 14:48:40 +01:00 |
|
Olga Diamanti
|
b037df0be6
|
Merge branch 'master' of https://github.com/libigl/libigl
Conflicts:
include/igl/per_vertex_normals.cpp
include/igl/triangle_triangle_adjacency.cpp
Former-commit-id: 05848e2e96
|
2015-03-02 15:28:59 +01:00 |
|
Daniele Panozzo
|
4b1ac2d987
|
cmake fix for embree
Former-commit-id: 55e9785219
|
2015-02-28 12:36:51 +01:00 |
|
Olga Diamanti
|
a2f692ec2e
|
added ispc directory, changed the dependencies scripts to use it during compilation
Former-commit-id: de7f134589
|
2015-02-22 15:19:02 +01:00 |
|
Olga Diamanti
|
b7a17460f1
|
Merge branch 'master' of https://github.com/libigl/libigl
Conflicts:
build/Makefile_xml
include/igl/viewer/Viewer.cpp
Former-commit-id: 11ebbb9610
|
2015-02-19 10:53:39 +01:00 |
|
Daniele Panozzo
|
f301a92137
|
fixed bug in cmake file for the tutorial that was inhibiting debug mode
Former-commit-id: 2f97e9e4cb
|
2015-02-18 16:48:37 +01:00 |
|
Daniele Panozzo
|
5ad6d4835d
|
update tutorial/tutorial.html to match tutorial/tutorial.md
Former-commit-id: 324dc932f2
|
2015-02-18 12:37:58 +01:00 |
|
schuellc
|
3ee753f2ed
|
Updated serialization tutorial
Former-commit-id: 0af965573d
|
2015-02-18 11:43:46 +01:00 |
|
schuellc
|
765cfaa72c
|
Merge branch 'master' of https://github.com/danielepanozzo/libigl
Former-commit-id: 9198bf8976
|
2015-02-18 10:05:30 +01:00 |
|
Daniele Panozzo
|
83ff7f41de
|
fixed major bug in boundary loop, all param tutorials work again
Former-commit-id: de9e3896a5
|
2015-02-17 14:01:09 +01:00 |
|
Olga Diamanti
|
3eabc99598
|
Merge branch 'master' of https://github.com/libigl/libigl
Conflicts:
include/igl/list_to_matrix.cpp
include/igl/peel_outer_hull_layers.cpp
Former-commit-id: a90aa948c5
|
2015-02-15 16:09:38 +01:00 |
|
schuellc
|
f2d02ddeac
|
Merge branch 'master' of https://github.com/libigl/libigl
Former-commit-id: 59aeaacda5
|
2015-02-10 16:42:40 +01:00 |
|
Alec Jacobson
|
e80c3c22f6
|
spelling error
Former-commit-id: a8b5bd521f
|
2015-02-07 17:07:08 -05:00 |
|
Daniele Panozzo
|
583dacc21e
|
updated embree, fixed cmakefiles, still some bugs in the tutorial example
Former-commit-id: 17c9429d26
|
2015-02-04 22:48:31 +01:00 |
|
Daniele Panozzo
|
c81da28371
|
Merge branch 'master' of https://github.com/libigl/libigl
Conflicts:
include/igl/viewer/Viewer.cpp
Former-commit-id: a60ebfa801
|
2015-02-04 21:36:43 +01:00 |
|
Alec Jacobson
|
790b9545ba
|
typo
Former-commit-id: 9e14d60ba2
|
2015-02-03 00:32:23 -05:00 |
|
Alec Jacobson
|
96d2b9fcf5
|
winding number example
Former-commit-id: 88d10c1b24
|
2015-02-03 00:26:56 -05:00 |
|
schuellc
|
b52a2467df
|
Merge branch 'master' of https://github.com/libigl/libigl
Former-commit-id: 4d910a0221
|
2015-02-02 15:56:57 +01:00 |
|
schuellc
|
d8ac2b7189
|
Updated serialization tutorial
Former-commit-id: d622021349
|
2015-02-02 15:56:43 +01:00 |
|
Alec Jacobson
|
8ea2279a8e
|
moved 610 to 701
Former-commit-id: 02b94e6414
|
2015-02-02 09:17:09 -05:00 |
|
Alec Jacobson
|
719c8c70e9
|
moved 610 to 701
Former-commit-id: 7e212e387d
|
2015-02-02 09:16:49 -05:00 |
|
schuellc
|
540a0f6ed5
|
Merge branch 'master' of https://github.com/libigl/libigl
Former-commit-id: 4d81286211
|
2015-01-30 17:07:09 +01:00 |
|
schuellc
|
07b9e984a2
|
updated serialization
small fixes
Former-commit-id: c3b5311a49
|
2015-01-30 17:06:59 +01:00 |
|
Alec Jacobson
|
a92b09830b
|
comments for bone heat
Former-commit-id: e242f3a393
|
2015-01-29 09:35:14 -05:00 |
|
Alec Jacobson
|
3968df7a91
|
don't use openmp on windows...
Former-commit-id: fe1e6c2a63
|
2015-01-29 09:30:49 -05:00 |
|
Daniele Panozzo
|
ec1576f647
|
gcc fixes for new serializer
Former-commit-id: 4b56eb656c
|
2015-01-28 18:29:46 +01:00 |
|
Alec Jacobson
|
3efe4fd182
|
date
Former-commit-id: b392a2fbe9
|
2015-01-28 08:17:15 -05:00 |
|
Alec Jacobson
|
3be175148c
|
Merge branch 'master' of https://github.com/stefanbrugger/libigl into stefanbrugger-master
Former-commit-id: 47215461dc
|
2015-01-22 09:46:24 -05:00 |
|