Commit Graph

33 Commits

Author SHA1 Message Date
Sébastien Loriot 15af7605fe Q_DECL_OVERRIDE -> override 2023-11-22 11:34:27 +01:00
Sébastien Loriot cfac63f156 Merge remote-tracking branch 'cgal/master' into HEAD 2023-11-16 11:35:35 +01:00
Andreas Fabri 652f7b26c0 Replace Q_FOREACH 2023-11-15 08:59:17 +00:00
Laurent Rineau 65183a9057 Merge pull request #7800 from ange-clement/Polyhedron-demo-Surface_patch_index-color
Polyhedron demo - Use subdomain's color only when meshing from labeled images

# Conflicts:
#	Polyhedron/demo/Polyhedron/Scene_triangulation_3_item.cpp
2023-11-06 12:51:34 +01:00
Sébastien Loriot 39ad72706e Merge remote-tracking branch 'cgal/5.6.x-branch' 2023-10-26 08:59:18 +02:00
ange-clement b4188a5011 Fix intersection not having color +
Domains colors better follow item color
2023-10-17 15:02:16 +02:00
ange-clement 4aa796bcab Only use subdomain's color when meshing from labeled images 2023-10-13 17:43:15 +02:00
Laurent Rineau a5d44aa808 fix the random appearance of clip plane
For the `Scene_c3t3_item` (and probably `Scene_triangulation_item` as
well) most of the time the clip plane was not shown. This is because of
Boolean data member `cut_plane_enabled` that was not initialized.
2023-10-06 16:04:21 +02:00
ange-clement 41617958c6 Fixed wrong initialization 2023-10-05 15:00:04 +02:00
ange-clement f088028fea Renamed visible_biteset to visible_bitset +
Fixed warnings
2023-10-05 14:43:45 +02:00
ange-clement 67bfce985b Fixed reset button + Filtering can be deleted an recreated on subdomain page 2023-09-28 14:54:53 +02:00
ange-clement c8545e8f06 Add link to scene_edit_box_item
+ small fix of triangulation_3 cut plane
2023-09-26 12:14:52 +02:00
ange-clement 384e7fad38 Added epsilon on clipping
+ try fix test undefined reference to Scene_edit_box_item
2023-09-26 10:16:17 +02:00
ange-clement 0c090b80e2 Disabled tetrahedra clip plane when clipping box is active 2023-09-25 17:13:56 +02:00
ange-clement c44d66f84f Changed limit from 24 to 128
This limit can be changed by updating number_of_bitset in
 * Scene_triangulation_3_item.h
 * shader_c3t3.frag
 * shader_c3t3_edges.frag
2023-09-22 11:55:55 +02:00
ange-clement 7674684146 Dirty Fix : diminished maximum number of subdomain
+ rebased branch on cgal-5.6
2023-09-21 13:12:41 +02:00
ange-clement 7d79636f0b Removed unnecessary lines 2023-09-11 17:48:24 +02:00
ange-clement 6f8116c4d5 Update mesh coloring.
Visible surface patches uses the domains' colors.
The mesh generated from an image has now the same color
(if their base color is the same).
2023-09-06 18:24:27 +02:00
Jane Tournois 5469530d4f compute angles only for cells that belong to the C3T3 2023-05-15 15:42:35 +02:00
Laurent Rineau 9789e35197 CGAL 3D demo: fix USBAN warnings 2023-04-08 17:11:11 +02:00
Andreas Fabri da3a3b300d Upgrade deprecated code 2022-12-07 15:10:01 +00:00
Sébastien Loriot 420f37a365 fix compilation issues 2021-09-23 16:28:23 +02:00
Maxime Gimeno c095ef2a00 Merge remote-tracking branch 'mine/Demo-T3_item-mgimeno' into Polyhedron_demo-Filtering_c3t3_item_display-maxGimeno 2021-09-02 11:42:28 +02:00
Maxime Gimeno 342fb09f72 fix warning and link to tbb 2021-09-01 12:03:36 +02:00
Maxime Gimeno 3404c2e35d Fix bool init 2021-08-31 09:58:49 +02:00
Maxime Gimeno 27c832b780 Fix alpha for intersection 2021-08-30 15:42:00 +02:00
Maxime Gimeno f5dd1fee69 WIP copyProperties 2021-08-30 15:41:27 +02:00
Maxime Gimeno 0ee3a5dc73 c3t3_item has cnc, stats and is-surface 2021-08-30 15:39:52 +02:00
Maxime Gimeno e743810349 WIP rewrite c3t3_item 2021-08-30 15:23:59 +02:00
Maxime Gimeno 103a1a8105 WIP : New item doesn't crash when loaded, and displays correctly. 2021-08-30 14:37:41 +02:00
Maxime Gimeno 0109f36610 WIP factorization 2021-08-30 14:37:21 +02:00
Maxime Gimeno 1689b36f94 add an inttersection plane. 2021-08-30 14:36:57 +02:00
Maxime Gimeno e67a747a5c WIP t3_item 2021-08-30 14:36:44 +02:00