Laurent Rineau
414bb92246
Merge pull request #4813 from MaelRL/Polyhedron-fix_const-GF
...
Remove 'const' markers in Polyhedron-modifying functions
2020-06-30 16:36:55 +02:00
Mael
dafb52f0fd
Remove wrong 'const' marker in Polyhedron-modifying functions
2020-06-25 16:45:43 +02:00
Sébastien Loriot
fb83386f44
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2020-05-12 16:58:32 +02:00
Maxime Gimeno
e6b1e5531c
Fix affine_transformation_plugin
2020-05-07 09:49:53 +02:00
Maxime Gimeno
e3f2660b04
Fix an item in the demo
2020-05-06 11:33:27 +02:00
Maxime Gimeno
5988befc68
Fix remaining std::max
2020-05-05 10:02:32 +02:00
Maxime Gimeno
d7a18b913d
More errors and warnigns
2020-04-23 09:30:28 +02:00
Maxime Gimeno
8da84d4748
More errors and warnigns
2020-04-23 09:27:54 +02:00
Maxime Gimeno
97d2eaebd9
more fixes
2020-04-22 11:03:38 +02:00
Maxime Gimeno
6a51a30828
more fixes
2020-04-22 11:02:47 +02:00
Maxime Gimeno
5b2d46cfa0
Fixes for min/max
2020-04-21 12:04:45 +02:00
Maxime Gimeno
50766d9d03
Fixes for min/max
2020-04-21 11:52:56 +02:00
Maxime Gimeno
64230e1351
Fix line width in menus.
2020-04-14 11:29:52 +02:00
Maxime Gimeno
a60b15c90e
Fix picking with wireframe and points
2020-04-08 11:53:49 +02:00
Sébastien Loriot
a14e247bdf
extra run of the script to remove tabs and trailing whitespaces
2020-03-27 08:23:32 +01:00
Sébastien Loriot
d1c1ca2399
Update branch from master after trailing whitespaces and tabs removal
2020-03-27 08:19:39 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Mael
0d98265009
Fix conversion warning
2020-03-23 12:11:21 +01:00
Mael Rouxel-Labbé
a91a225bd8
Fix conversion warning
...
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.1-Ic-103/Polyhedron_Demo/TestReport_Blake_Windows_MSVC-2019-Community-Release-64bits.gz
2020-03-20 15:32:56 +01:00
Maxime Gimeno
e8bb985edc
Fix VColors initialization, as it can be used with indexed data or not.
2020-03-20 11:37:29 +01:00
Sébastien Loriot
cf99ea072d
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2020-03-16 16:19:38 +01:00
Mael Rouxel-Labbé
3d7b084c66
Merge branch 'PMP-Fix_merge_duplicated_vertices-GF-old' into PMP-Fix_merge_duplicated_vertices-GF
2020-03-06 12:59:36 +01:00
Jane Tournois
f4665a83ec
if `fpmap` is valid, then there is no need to call connected_components()
...
calling connected_components() overwrites face patches, though isotropic_remeshing()
keeps it valid
+ in the case where we have a valid face_patch_map, and no constrained edges,
calling connected_components() entirely looses the surface patch information
2020-03-05 12:29:43 +01:00
Mael Rouxel-Labbé
45e8903640
Add merge_duplicate_vertices_on_boundary_cycles to the CGAL demo
2020-02-25 17:34:59 +01:00
Maxime Gimeno
6719b0db89
Add checks and doc for version < 2
2020-02-18 10:52:16 +01:00
Laurent Rineau
07bd217f43
Merge commit 'c51c7792b84e1b0039d9fb4afc872a38fcfc14cb' from pull request #4481 from maxGimeno/Demo-Fixes-maxGimeno
...
3D Demo: Fixes
2020-02-14 14:52:27 +01:00
Laurent Rineau
61453c6322
Merge pull request #4501 from maxGimeno/OFF_reading-Fixes-maxGimeno
...
Fix OFF reader
2020-02-14 14:46:35 +01:00
Mael
c51c7792b8
Fix grid generation ignoring z coordinates
2020-02-10 10:47:55 +01:00
Maxime Gimeno
354a3ef670
Don't forget to clear() the positions_grid in c3t3_item
2020-01-31 13:13:41 +01:00
Maxime Gimeno
c9fd5822e9
Fix crash in shuffle_mesh()
2020-01-31 13:12:03 +01:00
Maxime Gimeno
26c86d28be
Fix OFF reader
2020-01-31 11:58:58 +01:00
Laurent Rineau
5fc7b97e32
Merge pull request #4468 from maxGimeno/TBB-Fix_deprecation_warnings-5_0-maxGimeno
...
TBB deprecated code replacement
2020-01-29 16:34:56 +01:00
Laurent Rineau
08909e32c0
Merge pull request #4488 from sgiraudot/Demo-Fix_points_inside_polyhedron-GF
...
[Demo] Fix point selection in Point_inside_polyhedron_plugin
2020-01-29 16:34:49 +01:00
Laurent Rineau
15bfc35046
Merge pull request #4488 from sgiraudot/Demo-Fix_points_inside_polyhedron-GF
...
[Demo] Fix point selection in Point_inside_polyhedron_plugin
2020-01-29 16:29:11 +01:00
Maxime Gimeno
26492a9750
Don't rescale the frustum when visibility changes.
2020-01-29 16:26:13 +01:00
Maxime Gimeno
87f16a5fa2
Add menu Operations to the menu even if several items are selected.
2020-01-29 16:26:13 +01:00
Simon Giraudot
e510659370
Fix point selection in Point_inside_polyhedron_plugin
2020-01-23 11:23:55 +01:00
Laurent Rineau
84cd4ee1fa
Merge pull request #4370 from maxGimeno/Demo-Improve_3mf_detection-maxGimeno
...
Add PATHS to find_path 3mf
2020-01-15 17:32:07 +01:00
Laurent Rineau
584a1ad9ba
Merge pull request #4394 from maxGimeno/Demo-Fixes-maxGimeno
...
Fixes for the Demo
2020-01-15 17:32:04 +01:00
Maxime Gimeno
85712ba28c
WIP replacing tbb deprecated includes.
2020-01-14 15:03:20 +01:00
Maxime Gimeno
373dbb5070
more qvariant
2020-01-13 16:55:34 +01:00
Maxime Gimeno
93c2247335
Replace all QTimers
2020-01-13 16:33:30 +01:00
Maxime Gimeno
3debd4813e
Use QVaraitn::fromValue()
2020-01-13 16:32:58 +01:00
Maxime Gimeno
86759b3172
Fix lookat
2020-01-13 10:39:52 +01:00
Maxime Gimeno
4de511f052
Replace all QTimers
2020-01-09 14:11:50 +01:00
Maxime Gimeno
391b007dc3
Use QVaraitn::fromValue()
2020-01-09 09:56:25 +01:00
Maxime GIMENO
81cb46a8f5
Update Polyhedron/demo/Polyhedron/MainWindow.cpp
...
Co-Authored-By: Laurent Rineau <Laurent.Rineau@cgal.org>
2020-01-08 10:32:31 +01:00
Maxime Gimeno
fc7ef12c04
Force transparency_pass_number to 4 minimum in readSettings(), in case a preferences file is corrupted.
2020-01-08 10:16:51 +01:00