Sebastien Loriot
|
e44adafd60
|
Merge pull request #553 from lrineau/Polyhedron_demo-fix_Scene_c3t3_item_display_of_spheres-GF
Polyhedron demo: fix the display of protecting balls in Scene_c3t3_item
|
2015-12-21 10:52:07 +01:00 |
Sébastien Loriot
|
b4315f4232
|
Merge pull request #560 from maxGimeno/Polyhedron_demo-scroll_sceneview-GF
Scrolls the sceneView when a picking is performed.
|
2015-12-18 16:38:26 +01:00 |
Sebastien Loriot
|
4187dd1240
|
Merge pull request #564 from maxGimeno/Polyhedron_demo-moving_names_in_list-GF
Moving items in the list
|
2015-12-18 16:37:01 +01:00 |
Maxime Gimeno
|
3097134e28
|
Some clean-up
|
2015-12-18 15:16:34 +01:00 |
Maxime Gimeno
|
ffca2c49b5
|
Items move even when they are in a group.
|
2015-12-17 10:01:52 +01:00 |
Maxime Gimeno
|
f83fc58479
|
Items move but only when there is no hierarchy.
|
2015-12-16 15:43:33 +01:00 |
Maxime Gimeno
|
0167571c6e
|
Scrolls the list of items when a picking is performed.
|
2015-12-16 12:58:53 +01:00 |
Laurent Rineau
|
89bae417c4
|
Fix a bug of the c3t3 item
|
2015-12-14 15:51:06 +01:00 |
Laurent Rineau
|
0c917c5880
|
Merge pull request #554 from sgiraudot/Polyhedron_demo-Bugfix_point_inside_polyhedron_selection-GF
Bugfix: correct point set selection handling for point_inside_polyhedron
|
2015-12-14 14:40:11 +01:00 |
Simon Giraudot
|
c09fae3736
|
Bugfix: correct point set selection handling for point_inside_polyhedron_plugin
|
2015-12-14 14:15:31 +01:00 |
Sebastien Loriot
|
a7ce0cf3a6
|
Merge pull request #551 from maxGimeno/Polyhedron_demo-Point_inside_polyhedron_fix-GF
Selection color fix
|
2015-12-14 13:58:20 +01:00 |
Laurent Rineau
|
f1ce747dc3
|
Try to improve the non-consistent indentation
|
2015-12-14 13:03:55 +01:00 |
Laurent Rineau
|
3b8d7a0dc8
|
Enhancement: display only non-degenerated spheres
diff --git a/Polyhedron/demo/Polyhedron/Scene_c3t3_item.cpp b/Polyhedron/demo/Polyhedron/Scene_c3t3_item.cpp
index fbb848f..abe1721 100644
--- a/Polyhedron/demo/Polyhedron/Scene_c3t3_item.cpp
+++ b/Polyhedron/demo/Polyhedron/Scene_c3t3_item.cpp
@@ -1025,6 +1025,8 @@ void Scene_c3t3_item::compute_elements() const
end = d->c3t3.triangulation().finite_vertices_end();
vit != end; ++vit)
{
+ if(vit->point().weight()==0) continue;
+
typedef Tr::Vertex_handle Vertex_handle;
std::vector<Vertex_handle> incident_vertices;
d->c3t3.triangulation().incident_vertices(vit, std::back_inserter(incident_vertices));
|
2015-12-14 13:03:55 +01:00 |
Laurent Rineau
|
78fe4f96ea
|
Bug-fix: display all spheres, and not 1 out of 3
|
2015-12-14 13:03:55 +01:00 |
Maxime Gimeno
|
66815745b7
|
Selection color fix
|
2015-12-14 11:25:59 +01:00 |
Maxime Gimeno
|
a63bfd93c0
|
frame_plane fix
|
2015-12-11 21:23:54 +01:00 |
Jane Tournois
|
2e16f63689
|
add invalidate_buffers in discard changes to see that reset has been performed
|
2015-12-11 21:23:54 +01:00 |
Maxime Gimeno
|
f4c7d71413
|
Fixed_plane_translation fix.
|
2015-12-11 21:23:54 +01:00 |
Maxime Gimeno
|
bffd28f19a
|
Color fix
|
2015-12-11 21:23:54 +01:00 |
Jane Tournois
|
9664d3702d
|
isotropic_remeshing needs face_index map to be properly initialized
this is needed by border_halfedges_impl
|
2015-12-11 21:23:53 +01:00 |
Maxime Gimeno
|
dc24228f64
|
Fix for selection_tool
- Restored the emit newItem
|
2015-12-11 13:20:55 +01:00 |
Maxime Gimeno
|
d769fba4b8
|
Polylines in point_set_selection fix
|
2015-12-11 13:11:36 +01:00 |
Sebastien Loriot
|
60dbff189d
|
Merge pull request #534 from afabri/Polyhedron_3-improve_mesh_3_plugin-GF
Polyhedron 3 improve mesh 3 plugin gf
|
2015-12-10 21:01:00 +01:00 |
Sebastien Loriot
|
f613749ea7
|
Merge pull request #538 from maxGimeno/Polyhedron_demo-Mesh_3_plugin_color_fix-GF
Polyhedron demo mesh 3 plugin fix and enhancement
|
2015-12-10 20:59:49 +01:00 |
Sebastien Loriot
|
f9240945ae
|
Merge pull request #529 from afabri/Mesh_3-params-GF
Set BOOST_PARAMETER_MAX_ARITY only in the packages concerned
|
2015-12-07 17:41:57 +01:00 |
Andreas Fabri
|
4829475ccb
|
Merge remote-tracking branch 'cgal-dev/Polyhedron_demo-Mesh_3_plugin_color_fix-GF' into Polyhedron_3-improve_mesh_3_plugin-GF
|
2015-12-07 15:45:35 +01:00 |
Andreas Fabri
|
27dcff722d
|
Merge branch 'Polyhedron_3-improve_mesh_3_plugin-GF' of github.com:CGAL/cgal-dev into Polyhedron_3-improve_mesh_3_plugin-GF
|
2015-12-07 15:44:38 +01:00 |
Andreas Fabri
|
ce738d5426
|
typo
|
2015-12-07 15:41:54 +01:00 |
Jane Tournois
|
0523d04cf4
|
fix bbox computation in c3t3_item
|
2015-12-07 12:29:53 +01:00 |
Maxime Gimeno
|
3dd3fba020
|
Smooth cutting-plane moves
|
2015-12-07 12:06:04 +01:00 |
Maxime Gimeno
|
c81ff58ee7
|
Restored the multicolor aspect of the c3t3_items
|
2015-12-07 11:43:04 +01:00 |
Andreas Fabri
|
5ec38ae0a8
|
cleanup
|
2015-12-04 18:06:35 +01:00 |
Andreas Fabri
|
312df7edc3
|
Avoid duplication of arrays - a std::vector stores an array
|
2015-12-04 17:56:07 +01:00 |
Andreas Fabri
|
9e1fe1be4d
|
fix visualization of a parallel C3T3
|
2015-12-04 17:27:11 +01:00 |
Sebastien Loriot
|
623faf3af1
|
Merge pull request #531 from maxGimeno/Polyhedorn_demo-adjusting_znearcoefficient-GF
Adjusting zNear with wheel and shift
|
2015-12-04 17:25:25 +01:00 |
Sebastien Loriot
|
7d2e8842fa
|
Merge pull request #522 from maxGimeno/Polyhedron_demo-Hierarchic_view-GF
Polyhedron demo: hierarchic view of items
|
2015-12-04 17:02:39 +01:00 |
Andreas Fabri
|
07833f55ac
|
Enable activation of concurrent Mesh_3
|
2015-12-04 16:50:53 +01:00 |
Andreas Fabri
|
dc81769c8e
|
shift image by 1/2 a voxel
|
2015-12-04 16:39:19 +01:00 |
Andreas Fabri
|
b6d77d5f06
|
move timer
|
2015-12-04 16:25:02 +01:00 |
Andreas Fabri
|
bba935108e
|
Make sure that Mesh_3/global_parameters.h gets included before Polyhedron_3.h
|
2015-12-03 10:13:03 +01:00 |
Maxime Gimeno
|
83581b29d2
|
clean-up
|
2015-12-03 08:56:54 +01:00 |
Sebastien Loriot
|
022c7b41e0
|
Merge pull request #528 from maxGimeno/Polyhedron_demo-fix_items_location-GF
Polyhedron demo fix items location gf
|
2015-12-02 16:49:52 +01:00 |
Maxime Gimeno
|
67ef328279
|
Using Shift+wheel adjusts the zNear plane in the Frustum
|
2015-12-02 13:09:28 +01:00 |
Sebastien Loriot
|
8d6a6a56bd
|
Merge pull request #527 from sgiraudot/Polyhedron_demo-Bugfix_orient_opened_polyhedron-GF
Bugfix: Only check orientation of polyhedron if it is closed
|
2015-12-01 16:40:02 +01:00 |
Sebastien Loriot
|
e1437eefaa
|
Merge pull request #523 from maxGimeno/Polyhedron_demo-Controls_widget_visibility_fix-GF
Volume_planes_plugin fix
|
2015-12-01 16:29:33 +01:00 |
Maxime Gimeno
|
e8c3dd0fe5
|
Moved add_item for edit_polyhedron
|
2015-12-01 13:15:06 +01:00 |
Jane Tournois
|
90a5dff1b4
|
move scene_segmented_image_item in Polyhedron demo root directory
|
2015-12-01 12:40:39 +01:00 |
Simon Giraudot
|
140a2c8eec
|
Only check orientation of polyhedron if it is closed
|
2015-12-01 11:25:27 +01:00 |
Maxime Gimeno
|
d5ff04f673
|
Error fix.
|
2015-11-30 11:07:45 +01:00 |
Maxime Gimeno
|
07e2680df9
|
Addition of a function closure() for all the plugins using a QDockWidget
|
2015-11-30 10:38:29 +01:00 |