Laurent Rineau
dce5ed14b7
Merge pull request #5355 from sloriot/CGAL-boost_function_output-5.1
...
Include non-deprecated header (5.1)
2021-01-21 16:09:39 +01:00
Sébastien Loriot
eecb00534e
fix macro name to be consistent with find_package
2021-01-15 10:43:34 +01:00
Sébastien Loriot
efc0c525e8
include non-deprecated header
2021-01-15 10:02:00 +01:00
Laurent Rineau
251bfa2c36
Merge pull request #5065 from maxGimeno/Demo-Fix_ssh-maxGimeno
...
Polyhedron_Demo: Fix ssh usage
2020-11-04 20:44:27 +01:00
Laurent Rineau
1cf1a8435c
Merge pull request #5064 from maxGimeno/Demo-Fixes-maxGimeno
...
Polyhedron_demo : Fix Edit_box->export_to_facegraph()
2020-10-16 13:41:16 +02:00
Maxime Gimeno
152ec0f8e0
Fix memory leeks
2020-10-13 12:26:36 +02:00
Laurent Rineau
90a9e97379
Use SYSTEM for target_include_directories
...
That way, the include dirs for libssh will be among those with
`SYSTEM`: at the end. As `CGAL::CGAL` is an imported target, its
include dirs were already `SYSTEM`.
2020-10-12 16:37:37 +02:00
Maxime Gimeno
d6641f8b9c
Privatize ssh and websocket
2020-10-12 09:49:04 +02:00
Maxime Gimeno
28e3ceb749
Clean-up
2020-10-09 10:14:46 +02:00
Maxime Gimeno
14c8887307
Move the macro to the demo config.h and add misisng include
2020-10-09 09:49:52 +02:00
Maxime Gimeno
8d73e78abc
use target_compile_definition for websockets too
2020-10-08 15:47:46 +02:00
Maxime Gimeno
d9f5f7e226
Fix libssh usage for windows
2020-10-08 15:30:17 +02:00
Maxime Gimeno
031b9e0ad0
Fix ssh usage
2020-10-08 13:19:11 +02:00
Maxime Gimeno
3ca8f13d1c
Fix Export_to_facegraph. Wrong item was modified.
2020-10-08 12:48:48 +02:00
Maxime Gimeno
e4362c88a7
more possible errors
2020-10-06 10:20:05 +02:00
Maxime Gimeno
10739ba980
Fix the compatibility shader for shader_with_light
2020-10-06 10:11:41 +02:00
Laurent Rineau
0b2528c8b0
Merge branch 'releases/CGAL-5.0-branch' into 5.1.x-branch
2020-09-24 16:41:45 +02:00
Laurent Rineau
a246b3d776
Merge pull request #4979 from janetournois/PMP-remesh_after_detect_sharp_features-jtournois
...
Polyhedron demo - get the sharp edges back after remeshing
2020-09-24 16:34:48 +02:00
Maxime Gimeno
095b801c92
Fix is_border test in id_printing
2020-09-22 08:26:11 +02:00
Maxime Gimeno
301f0be305
Fix warnings
2020-09-11 09:14:46 +02:00
Maxime Gimeno
721a6aafd1
Fix comparison warning
2020-09-10 09:45:40 +02:00
Jane Tournois
7cdc3775fd
get the sharp edges back after remeshing
...
they were saved in ecm and edges_to_protect but not back-ported
to eif
2020-09-04 15:10:06 +01:00
Maxime Gimeno
0f0c69d4bf
Fix warning
2020-09-04 08:37:24 +02:00
Maxime Gimeno
be26e0308e
Updtae CMakeLists.txt
2020-09-03 12:28:18 +02:00
Maxime Gimeno
0a44140fe1
Fix Shape_detection plugin for Surface_meshes and remove Mesh_plane_detection_plugin, which was an alpha version of Shape_detection.
2020-09-03 12:03:38 +02:00
Maxime Gimeno
f64eb35b3e
Change subdirectory name to Shape Detection
2020-09-03 11:00:44 +02:00
Maxime Gimeno
284b018c44
Update Mehs_plane_detection_plugin with CGAL Region growing
2020-09-03 10:59:06 +02:00
Laurent Rineau
6aefea87b9
Merge pull request #4949 from maxGimeno/Demo-Fixes-maxGimeno
...
Polyhedron demo: Fixes
2020-08-27 14:44:14 +02:00
Maxime Gimeno
ecdce77f17
Fixes Post cherry-pick
2020-08-24 11:11:23 +02:00
Maxime Gimeno
9c2889e41b
Get rid of the VAO destroy warning
2020-08-24 09:16:10 +02:00
Maxime Gimeno
46a31fc97a
Fix alpha in soups and c3t3
2020-08-24 09:15:05 +02:00
Maxime Gimeno
ccda9638a4
Update displayed ids when moving a point
2020-08-24 09:12:24 +02:00
Maxime Gimeno
755c044829
Fixes
2020-08-24 09:12:11 +02:00
Maxime Gimeno
7ebca1cc83
Fix precision problems in strings
2020-08-24 09:11:56 +02:00
Maxime Gimeno
261e68727c
Use the sceneView->selectAll() instead of doing the selection by hand.
2020-08-24 09:09:14 +02:00
Maxime Gimeno
d1054d56c0
Add `,` in grid items name
2020-08-24 09:08:38 +02:00
Maxime Gimeno
189bea6570
Fix CreateSelection(List)
2020-08-24 09:08:18 +02:00
Maxime Gimeno
83e0d459f2
Store domain options in c3t3 and retrieve them in optimizers to preserve features as much as possible.
2020-08-19 12:52:08 +02:00
Laurent Rineau
962b681abd
Merge pull request #4871 from janetournois/Tet_remeshing-add_smoothing_of_features-jtournois
...
Tetrahedral remeshing - smoothing along 1D features
2020-07-31 15:52:56 +02:00
Jane Tournois
38add289a1
remove commented macro which does not exist anymore
2020-07-24 11:58:03 +02:00
Laurent Rineau
1ab4eea551
Merge pull request #4854 from lrineau/Polyhedron-demo_fix_Mesh_3_cmakelist-GF
...
Polyhedron demo: fix Mesh_3 CMakeLists.txt
2020-07-23 17:15:17 +02:00
Jane Tournois
966af02610
add option for smoothing along polyline features in the plugin
2020-07-23 12:21:11 +02:00
Laurent Rineau
49e3dc41a6
Reimplement addActionToMenu with standard algorithms
2020-07-20 17:40:24 +02:00
Laurent Rineau
c98fb0cf5e
mesh_3_optimization_plugin should not have the IO keyword
2020-07-20 17:09:02 +02:00
Laurent Rineau
343dad840a
-DCGAL_USE_VTK should be only for io_image_plugin
...
Otherwise, I had a ld.so error with a few Mesh_3 plugins that do not
use VTK.
2020-07-20 17:09:02 +02:00
Laurent Rineau
f1fb1106f4
Merge pull request #4822 from sloriot/Demo-needles_caps_ui
...
Improve ui of needles/caps removal
2020-07-03 16:21:24 +02:00
Sébastien Loriot
2ce4d6f1af
try to please old QT versions
2020-07-01 16:16:26 +02:00
Sebastien Loriot
16e38e4dec
Apply suggestions from code review
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2020-07-01 14:48:09 +02:00
Laurent Rineau
4537d217c7
Merge pull request #4812 from janetournois/Tet_remeshing-fix4808-jtournois
...
Tetrahedral remeshing : fix a bug in collapse
2020-06-30 16:38:03 +02:00
Laurent Rineau
10834e4ef4
Merge pull request #4813 from MaelRL/Polyhedron-fix_const-GF
...
Remove 'const' markers in Polyhedron-modifying functions
2020-06-30 16:37:59 +02:00