Simon Giraudot
|
b6071f683e
|
Warning fix: unused variables
|
2018-09-13 15:10:14 +02:00 |
Simon Giraudot
|
7bd670880a
|
Fix normal orientation of soup triangulated facet
|
2018-09-05 15:44:47 +02:00 |
Laurent Rineau
|
a96e69af29
|
Add the possibility to stop Mesh_3 with TBB
|
2018-07-24 12:40:18 +02:00 |
Simon Giraudot
|
9783eaec7a
|
Do not normalize normal
|
2018-07-13 09:58:31 +02:00 |
Simon Giraudot
|
81ec960718
|
Bugfix: handle cases where the first three points of a non-triangular facet are aligned
|
2018-07-11 11:42:25 +02:00 |
Laurent Rineau
|
f20743cc20
|
Merge pull request #3096 from MaelRL/CGAL-Fix_deprecated_code_usage-GF
Fix some deprecation-related issues
|
2018-05-28 11:00:45 +02:00 |
Andreas Fabri
|
ee02f35888
|
Increase BOOST_PARAMETER_MAX_ARITY
|
2018-05-26 08:18:58 +01:00 |
Andreas Fabri
|
5af63b5893
|
Fix #include
|
2018-05-25 10:27:45 +01:00 |
Mael Rouxel-Labbé
|
b41f1d6272
|
Various deprecation-related improvements
|
2018-05-18 16:47:54 +02:00 |
Maxime Gimeno
|
1e25019cb2
|
fix flat_shader
|
2018-04-25 10:21:17 +02:00 |
Laurent Rineau
|
7b44a7b681
|
Merge pull request #3002 from sgiraudot/Polyhedron_demo-Fix_selection_blinking_display-GF
Polyhedron demo: Fix selection blinking display
|
2018-04-24 17:34:13 +02:00 |
Laurent Rineau
|
935b40e266
|
Merge pull request #3034 from maxGimeno/Demo-Fix_orient_for_surface_mesh-GF
Polyhedron demo: Fix the orientation of polygon soup to surface_mesh
|
2018-04-24 17:33:46 +02:00 |
Laurent Rineau
|
7cf8c73b65
|
Merge pull request #3032 from sloriot/Demo-accelerate_offset_meshing
Accelerate distance queries for offset meshing plugin
|
2018-04-24 17:33:38 +02:00 |
Laurent Rineau
|
d57df10832
|
Merge pull request #2991 from afabri/BGL-fix_add_vertex_and_face_to_border-GF
Fix Euler::add_vertex_and_face_to_border()
|
2018-04-24 17:33:13 +02:00 |
Laurent Rineau
|
03e68d8740
|
Merge pull request #2985 from afabri/CGAL-std_latest-GF
Support C++17 (Replace std::random_shuffle() with CGAL::random_shuffle(), and other adjustments)
|
2018-04-24 17:32:55 +02:00 |
Laurent Rineau
|
1c8da87ec5
|
Merge pull request #2979 from maxGimeno/Demo-add_a_verbose_option-GF
Polyhedron demo: Add a verbose option
|
2018-04-24 17:32:39 +02:00 |
Andreas Fabri
|
707de38534
|
Use CGAL::cpp98::random_shuffle
|
2018-04-24 16:23:56 +01:00 |
Maxime Gimeno
|
a6531ca8ac
|
add missing collect_garbage()
|
2018-04-20 09:04:46 +02:00 |
Sébastien Loriot
|
8a39c99557
|
accelerate distance queries for offset meshing
|
2018-04-19 17:55:03 +02:00 |
Maxime Gimeno
|
ca41f37a05
|
Fix Save_as.
|
2018-04-11 13:46:25 +02:00 |
Andreas Fabri
|
c54a6a4980
|
Put CGAL::random_shuffle() in the subnamespace cpp98
|
2018-04-11 09:32:23 +01:00 |
Simon Giraudot
|
74db6a6ba2
|
Fix selection blinking display
|
2018-04-10 12:52:58 +02:00 |
Laurent Rineau
|
d1509b4e3e
|
Merge pull request #2990 from janetournois/Polyhedron_demo-add_quads_stats-jtournois
Polyhedron statistics (demo) - add "is pure quad"
|
2018-04-06 18:12:41 +02:00 |
Laurent Rineau
|
11d0ef3659
|
Merge pull request #2997 from maxGimeno/Demo-Fix_eigen_dependencies-GF
Polyhedron demo: Fix MCF whithout Eigen
|
2018-04-06 18:12:33 +02:00 |
Laurent Rineau
|
7c43bd0402
|
Merge pull request #2980 from maxGimeno/Demo-Fix_NM_simplices_extraction-GF
Polyhedron demo: Fix NM simplices extraction
|
2018-04-06 18:12:25 +02:00 |
Maxime Gimeno
|
7bfdc96781
|
Move MCF plugin and items in if EIGEN_FOUND
|
2018-04-06 15:52:02 +02:00 |
Maxime Gimeno
|
01a82a3ef2
|
Fix selection tool accordingly
|
2018-04-06 10:38:42 +01:00 |
Jane Tournois
|
9afbc37316
|
add "is pure quad" to the polyhedron statistics
|
2018-04-05 13:38:55 +02:00 |
Maxime Gimeno
|
4d8eff5c91
|
Fix scaling in translation
|
2018-04-04 16:45:15 +02:00 |
Andreas Fabri
|
3955f031bd
|
Fix examples/tests/demos
|
2018-04-04 14:18:22 +01:00 |
Laurent Rineau
|
0e61c629fc
|
Trivial fix: yet another makeCurrent was missing!
|
2018-04-03 16:15:32 +02:00 |
Maxime Gimeno
|
be02003aa8
|
Don't add NM vertices if they are already in a NM edge, for visibility.
|
2018-04-03 16:07:52 +02:00 |
Maxime Gimeno
|
b41aa13a0c
|
clean-up
|
2018-04-03 14:44:04 +02:00 |
Maxime Gimeno
|
04415251c9
|
Add a verbose option to the Demo for displaying the logs
|
2018-04-03 12:06:07 +02:00 |
Laurent Rineau
|
1b273903cb
|
Merge pull request #2968 from afabri/Convex_hull_3-remove_Polyhedron_3_dependency-GF
Convex_hull_3: Remove dependency on Polyhedron_3
|
2018-03-30 10:56:47 +02:00 |
Laurent Rineau
|
1a858e94e3
|
Merge pull request #2960 from maxGimeno/Demo-Fix_bbox_after_deformation-GF
Polyhedron demo: Fix Bbox computation in facegraph_items
|
2018-03-30 10:56:14 +02:00 |
Laurent Rineau
|
ceec03a1b9
|
Merge pull request #2940 from sgiraudot/Classification-Additional_enhancements-GF
Classification Plug-In: Better Widget & Cluster Classification
|
2018-03-28 17:46:15 +02:00 |
Andreas Fabri
|
76ccc9ab6f
|
Convex_hull_3: Remove dependency on package Polyhedron
|
2018-03-28 14:59:22 +01:00 |
Simon Giraudot
|
3903c795a2
|
Fix conversion warning
|
2018-03-27 12:57:09 +02:00 |
Maxime Gimeno
|
51120e5413
|
Fix Bbox computation in facegraph_items
|
2018-03-27 11:47:53 +02:00 |
Laurent Rineau
|
237735ab73
|
Merge pull request #2946 from afabri/CGAL-dependencies-GF
Move properties from Mesh_3 to BGL, Polyhedron_3 and Surface_mesh
|
2018-03-27 10:35:23 +02:00 |
Laurent Rineau
|
624bb54475
|
Merge pull request #2953 from gdamiand/LCC-remove_one_dependency-gdamiand
Remove one useless dependency in LCC to Polyhedron.
|
2018-03-27 10:11:36 +02:00 |
Laurent Rineau
|
e8adff9cd4
|
Merge pull request #2926 from sloriot/CGAL-https_links
Use https for all links to www.cgal.org and doc.cgal.org
|
2018-03-26 10:56:00 +02:00 |
Laurent Rineau
|
4f02b8c9f0
|
Merge pull request #2929 from maxGimeno/Demo-Fix_selection_edge_to_face-GF
Polyhedron demo: Fix the selection edge to faces
|
2018-03-26 10:55:59 +02:00 |
Laurent Rineau
|
1ef766c19b
|
Merge pull request #2932 from kkatrio/null-edge-hole-filling
PMP hole filling: null edge
|
2018-03-26 10:55:58 +02:00 |
Andreas Fabri
|
b918ab4ba7
|
Move internal class from Polyhedron to BGL
|
2018-03-24 11:41:30 +01:00 |
Andreas Fabri
|
598fd59ea1
|
fix Polyhedron demo
|
2018-03-22 18:01:50 +01:00 |
Andreas Fabri
|
8c41669fb7
|
move properties from Mesh_3 to BGL, Polyhedron_3 and Surface_mesh
|
2018-03-22 16:37:37 +01:00 |
Simon Giraudot
|
5cbf1e1abd
|
Fix errors/warnings
|
2018-03-21 07:42:48 +01:00 |
Maxime Gimeno
|
da90725e66
|
Don't use a pointer for the fbo.
|
2018-03-20 14:05:45 +01:00 |