Commit Graph
678 Commits
Author SHA1 Message Date
Stefan Brugger c56ff35e8e Added procrustes solver
Former-commit-id: 1015376e6e
2014-12-12 17:21:44 +01:00
Stefan Brugger 1d76192dc3 removed unused include
Former-commit-id: b82a986fc9
2014-12-10 00:24:06 +01:00
Stefan Brugger 90b8ac464c Replaced boundary_loop by outline_ordered implementation
Former-commit-id: 5630c70b99
2014-12-10 00:19:12 +01:00
stefanbrugger ffd8941a3c Replaced exterior_edges() to boundary_facets()
Former-commit-id: ba4dc98fa3
2014-12-09 09:36:28 +01:00
Alec Jacobson e910705c96 note about exterior edges
Former-commit-id: 3b47957265
2014-12-09 08:23:50 +08:00
Alec Jacobson 2f63b1134b CR in cpp file
Former-commit-id: 5038d43608
2014-12-09 08:21:19 +08:00
Alec Jacobson 1a0644a107 conform to style guidelines
Former-commit-id: e8c93b1eaf
2014-12-09 08:20:46 +08:00
Alec Jacobson 20eb062477 fixed header guard
Former-commit-id: fc5bc35bc3
2014-12-09 08:18:35 +08:00
stefanbrugger ecf5b566de Create outline_ordered.h
LIBIGL version of outline_ordered() function from gptoolbox

Former-commit-id: 7796374290
2014-12-08 16:19:04 +01:00
stefanbrugger d9f6ceff8a Create outline_ordered.cpp
Former-commit-id: a46154b988
2014-12-08 16:07:09 +01:00
Alec Jacobson a03cf9dfef remove openmp from cgal selfintersect, drawmesh with C #C by 4
Former-commit-id: 72333aee03
2014-11-27 12:01:29 -05:00
Alec Jacobson f8b6a04516 comments, UINT32 support, return values in keydown 401 example
Former-commit-id: 580166369e
2014-11-26 09:08:09 -05:00
Alec Jacobson ec1020c781 comments and templates
Former-commit-id: cced612ab6
2014-11-25 12:23:37 -05:00
Alec Jacobson 2d6867fe82 ply support
Former-commit-id: 4d682d4b01
2014-11-23 19:43:20 -05:00
Alec Jacobson 54bea23ded clean up cmake
Former-commit-id: 0308d51f3c
2014-11-23 11:01:21 -05:00
Alec Jacobson 583cf91be1 Merge branch 'master' of github.com:libigl/libigl
Former-commit-id: 5b3ba79291
2014-11-23 10:08:12 -05:00
Alec Jacobson b57e08e17b comment typo
Former-commit-id: 9b3a0551a6
2014-11-23 10:08:06 -05:00
Daniele Panozzo e2e1f4f323 fixed bug in principal_curvature when radius was set to < 2
Former-commit-id: bbcbf74044
2014-11-22 13:41:04 +01:00
Daniele Panozzo 0a60a90abe fixed missing parameter at line 72 of find_cross_field_singularities.cpp
Former-commit-id: a182d15e95
2014-11-22 13:33:36 +01:00
Daniele Panozzo a22e3ed7ca fix compilation errors on clang + yosemite
example 403 is now skipped if mosek is not found


Former-commit-id: 852065e312
2014-11-22 13:24:07 +01:00
Alec Jacobson f1bc0fa2e5 comments'
Former-commit-id: 0934fa7be9
2014-11-20 15:29:15 -05:00
Alec Jacobson 22dbbb7ca0 fixed bug (comment out code) in signed distance
Former-commit-id: 6e1b4148b3
2014-11-19 09:07:17 -05:00
Alec Jacobson 4a382e039a some performance optimization
Former-commit-id: 1fcdb64dd4
2014-11-18 13:03:31 -05:00
Alec Jacobson cf2c59a77d slight speed up in exterior edges
Former-commit-id: 01db6c808b
2014-11-16 12:23:12 -05:00
Alec Jacobson 18ecd80948 fix example, openmp in selfintersect
Former-commit-id: aea2b4f82e
2014-11-14 14:19:24 -05:00
Alec Jacobson d1c5b6b36c fixed bug in outer_hull causing incorrect booleans for non-overlapping components
Former-commit-id: ee6ea7e3d0
2014-11-11 18:19:10 -05:00
Alec Jacobson df488db3b0 booleans in tutorial
Former-commit-id: 7a8984f6ae
2014-11-04 11:57:16 -05:00
Alec Jacobson 42f0889172 fixed back facing specular highlight
Former-commit-id: 0ce56f2a70
2014-11-03 15:12:11 -05:00
Alec Jacobson c91eae696c inline impl
Former-commit-id: e32227a2df
2014-11-03 03:21:43 -05:00
Alec Jacobson 340551765d template secializations
Former-commit-id: 18dee7aad2
2014-11-03 03:21:33 -05:00
Alec Jacobson cf8aeecdca rm cpp class impl
Former-commit-id: bd2f87e4e5
2014-11-03 02:35:49 -05:00
Alec Jacobson 76a5b76cc1 wrong comments in nchoosek
Former-commit-id: e352650322
2014-11-03 01:28:56 -05:00
Alec Jacobson f697d98132 Merge branch 'master' of github.com:libigl/libigl
Former-commit-id: e2bf8552e1
2014-11-03 01:27:34 -05:00
Alec Jacobson acc9d5a16c mesh booleans with cgal or cork and a lot of template specialization
Former-commit-id: a0086ac516
2014-11-03 01:27:28 -05:00
Alec Jacobson 22f006a98d added unique edge map
Former-commit-id: 05a3477f38
2014-11-02 19:03:21 -05:00
Alec Jacobson f976e38f91 faster tri tri adj, unique simplices
Former-commit-id: c45b42bd18
2014-11-02 19:01:32 -05:00
Daniele Panozzo 0491875c76 removed unnecessary clear() when calling set_mesh
Former-commit-id: d438c8e153
2014-11-02 14:56:27 +01:00
nico 0308f9f9d8 Merge branch 'master' of https://github.com/nicopietroni/libigl
Former-commit-id: 53f243d14b
2014-10-30 22:05:22 +01:00
nico 3225041cf1 changed several “>>” to “> >” in template directions in order to make
changed several “>>” to “> >” in template directions in order to make


Former-commit-id: 6d49d07f7f
2014-10-30 21:51:09 +01:00
nico b076ab5cd5 a minor warning correction
Former-commit-id: fc1eb8170a
2014-10-30 21:48:46 +01:00
nico f8d76e573e - added boolean parameter to miq call to avoid rounding of singularities
- corrected one bug on imposing hard constraints for sharp features


Former-commit-id: 3c7a8ec8be
2014-10-30 21:48:13 +01:00
Alec Jacobson fa5b143325 bug in tri tri adj
Former-commit-id: d6bc10cd58
2014-10-30 14:44:15 -04:00
Alec Jacobson 3214552e41 template typename bug in tri_tri
Former-commit-id: dd33f3dd45
2014-10-28 16:55:17 -04:00
Alec Jacobson 3afe7f3444 templates
Former-commit-id: e4fe68ff57
2014-10-23 14:35:55 -04:00
Alec Jacobson af6efe2123 is vertex manifold
Former-commit-id: bf975ae25a
2014-10-20 11:57:18 -04:00
Alec Jacobson 9522dfd77e generate triangles from a points streaming triangle strip
Former-commit-id: 50677548af
2014-10-20 08:34:52 -04:00
Alec Jacobson 93b436e8f4 extra assert
Former-commit-id: 1cdc3b127f
2014-10-16 17:48:56 -04:00
Alec Jacobson 8032071002 fixed missing iglinline in project
Former-commit-id: 138dae8729
2014-10-16 17:45:58 -04:00
Daniele Panozzo c7f6cff1db fixes from Nico Pietroni on the MIQ pipeline and examples
compilation fixes for Apple LLVM version 6.0


Former-commit-id: c5fcec4bb5
2014-10-16 17:26:12 +02:00
Alec Jacobson a60d9c69a1 get modifiers, fit rigid 2d, templates
Former-commit-id: f11db38d35
2014-10-15 12:21:19 -04:00