Laurent Rineau
67b1b0e04f
Merge pull request #4042 from gdamiand/Surface_mesh_topology-gdamiand
...
Surface mesh topology (new package)
2020-01-15 17:24:06 +01:00
Laurent Rineau
c35c608021
Merge pull request #4370 from maxGimeno/Demo-Improve_3mf_detection-maxGimeno
...
Add PATHS to find_path 3mf
2020-01-15 17:23:55 +01:00
Laurent Rineau
5a00c3425c
Merge pull request #4394 from maxGimeno/Demo-Fixes-maxGimeno
...
Fixes for the Demo
2020-01-15 17:19:45 +01:00
Laurent Rineau
312ca08529
Merge pull request #4432 from maxGimeno/Demo-Picking_on_spheres-maxGimeno
...
Polyhedron_demo : Add picking on spheres
2020-01-15 17:19:28 +01:00
Laurent Rineau
25bcb34608
Merge pull request #4440 from maxGimeno/CGAL_qt-Fix_deprecation_warnings-maxGimeno
...
Graphics_view : Fix QTime warnings
2020-01-15 17:19:22 +01:00
Maxime Gimeno
373dbb5070
more qvariant
2020-01-13 16:55:34 +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
Maxime Gimeno
358d53a893
Fix warning
2020-01-03 08:58:52 +01:00
Maxime Gimeno
ed81f4dff8
Add picking to c3t3_item
2020-01-02 16:41:09 +01:00
Maxime Gimeno
2c9cb4475e
If no loader is found for the requiered extension, offer all io plugins in the dialog instead of none
2020-01-02 11:03:14 +01:00
Maxime Gimeno
d92b376a15
Fix Edit_polyhedron_plugin
2020-01-02 10:38:22 +01:00
Maxime GIMENO
5f4eba0db6
Update Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt
...
Co-Authored-By: Laurent Rineau <Laurent.Rineau@cgal.org>
2019-12-30 16:41:01 +01:00
Maxime Gimeno
522bc4a31c
Add PATHS to find_path 3mf
2019-12-30 16:41:01 +01:00
Maxime Gimeno
d248f9dda8
Fix spheres in edit_item
2019-12-23 15:16:23 +01:00
Maxime Gimeno
23337e6207
Fix sphere picking for c3t3
2019-12-23 10:38:48 +01:00
Maxime Gimeno
cbf8e33009
WIP c3t3 not picking
2019-12-20 15:40:36 +01:00
Guillaume Damiand
0b7ec2e216
Merge branch 'master' into Surface_mesh_topology-gdamiand
2019-12-20 10:02:23 +01:00
Sébastien Loriot
cf816d2b98
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2019-12-20 09:54:24 +01:00
Sébastien Loriot
e80f869147
Merge remote-tracking branch 'cgal/master'
2019-12-20 09:35:45 +01:00
Maxime Gimeno
3c91327421
Fix clip poly plugin.
2019-12-19 09:54:01 +01:00
Maxime Gimeno
504a3ad0f5
add some copies in the copy constructor to fix crash of cloning colored items
2019-12-19 09:54:01 +01:00
Maxime Gimeno
fb25130e6a
fix crash at loading when alpha is not 1
2019-12-19 09:54:01 +01:00
Maxime Gimeno
b3393db2bc
fix filter for &
2019-12-19 09:54:01 +01:00
Maxime Gimeno
186ea0bc8c
Fix Edit_polyhedron_plugin
2019-12-19 09:54:01 +01:00
Guillaume Damiand
535fff1199
Merge branch 'master' into Surface_mesh_topology-gdamiand
2019-12-05 18:21:41 +01:00
Jane Tournois
08b3360095
do not pop_front() too early
...
when "write" failed, using pop_front() prevents from using front()
to the get info about what saving process has failed.
Once we do not need to use front() anymore, do pop_front()
2019-12-05 16:31:33 +01:00
Laurent Rineau
d19f79ee0d
Merge pull request #4163 from MaelRL/T2-Throw_on_collinear_strongly_intersecting_segments-GF
...
CDT2: Throw on constraint intersections that do not require constructions
2019-12-05 11:05:47 +01:00
Laurent Rineau
0fa0c4fbb9
Merge pull request #4244 from maxGimeno/AABB_tree-Make_accelerate_distance_queries_default-maxGimeno
...
AABB_tree: make accelerate distance queries default
2019-12-05 11:05:35 +01:00
Laurent Rineau
2589d55c05
Merge pull request #4254 from MaelRL/PMP-Remove_needles_and_caps-GF
...
Add experimental code to remove needles and caps using flips and collapses
2019-12-05 11:05:25 +01:00
Laurent Rineau
8bbd46c06c
Merge pull request #4295 from maxGimeno/Demo-Replace_double_spin_box-maxGimeno
...
CGAL 3D Demo: Replace QDoubleSpinBoxes
2019-12-05 11:05:22 +01:00
Laurent Rineau
9bb28cb263
Merge pull request #4324 from maxGimeno/Demo-Front_back_face_colors-maxGimeno
...
Cgal 3D Demo: Two-sided shading
2019-12-05 11:05:17 +01:00
Mael
cf83a22e2d
Merge branch 'master' into T2-Throw_on_collinear_strongly_intersecting_segments-GF
2019-12-02 16:32:29 +01:00
Guillaume Damiand
9a50c0f830
Merge branch 'master' into Surface_mesh_topology-gdamiand
2019-11-26 13:22:03 +01:00
Mael Rouxel-Labbé
9ecdb05746
Don't include deleted headers
2019-11-15 10:22:19 +01:00
Maxime Gimeno
4fff9b1017
Fix scopeguard error.
2019-11-12 16:43:14 +01:00
Maxime Gimeno
6e4bfb0109
Fix warning about unused capture
2019-11-12 16:36:03 +01:00
Sébastien Loriot
9a0bff4008
remove BOOST_FOREACH added by recent PRs
2019-11-04 10:59:15 +01:00
Laurent Rineau
15d9e1f0ff
Restore the alphabetical order of `dependencies` files
2019-10-31 14:41:37 +01:00
Laurent Rineau
8d4edad5ea
Merge pull request #4316 from maxGimeno/Demo-Fix_nef_orientation-maxGimeno
...
CGAL 3D Demo: Fix nef_polyhedron normals
2019-10-29 15:23:28 +01:00
Sébastien Loriot
abd8d035aa
improve item naming
2019-10-29 08:42:57 +01:00
Maxime Gimeno
13a31ec9af
Add a Viewer option to use a specif shader to make more obvious the orientation of the fragments in the shaded programs.
2019-10-28 15:32:31 +01:00
Mael Rouxel-Labbé
ff09c5d0c8
Merge branch 'SMS-Add_GH_simplification-GF-old' into SMS-Add_GH_simplification-GF
2019-10-25 16:35:53 +02:00
Maxime Gimeno
61100b870f
Fix fix for nef normals
2019-10-25 14:53:24 +02:00
Maxime Gimeno
dfb4bb436e
Add misisng include to QSpinBox in PS selection plugin
2019-10-21 09:33:43 +02:00
Maxime Gimeno
b1d383da96
remove unused include to .moc to fix warning
2019-10-21 09:29:39 +02:00
Maxime Gimeno
bdcc2b64a1
Add properties for valu/min/max
2019-10-21 09:14:15 +02:00