Commit Graph

5023 Commits

Author SHA1 Message Date
Laurent Rineau aae3ce779c Merge pull request #2540 from maxGimeno/Fix_redraw-GF
Polyhedron demo: Fix some missing redraw
2017-10-23 18:10:13 +02:00
Laurent Rineau 7caa6ea021 Merge pull request #2514 from janetournois/Polyhedron_demo-fix_isotropic_remeshing_plugin-jtournois
Polyhedron demo - fix isotropic remeshing plugin
2017-10-23 16:53:18 +02:00
Jane Tournois 96857e44ed fix multicolor Surface_mesh 2017-10-17 16:01:23 +02:00
Jane Tournois 47283bc7cb pmesh cannot be const when a property map is added by get()
and add missing includes

# Conflicts:
#	Polyhedron/demo/Polyhedron/Plugins/PMP/Isotropic_remeshing_plugin.cpp
2017-10-17 15:59:50 +02:00
Jane Tournois 03e7265cef a Polyhedron_3 does not have an internal pmap for face_patch_id_t
so the condition was always returning false for a Polyhedron
we are inside the demo, so this condition can be safely removed
2017-10-16 13:04:42 +02:00
Maxime Gimeno ed93a924ae Connect redraw() in replaceItem() 2017-10-16 10:21:57 +02:00
Laurent Rineau 46cc91e787 Merge pull request #2478 from mtola/master
fix bug -> 2x 2 missing "inline" to prevent duplicate symbols during …
2017-10-13 17:06:22 +02:00
Laurent Rineau 488c3e2879 Merge pull request #2462 from sloriot/CGAL-fix_warnings_g++7
Fix some warnings
2017-10-13 17:04:02 +02:00
Laurent Rineau ff9fdf710c Merge pull request #2489 from maxGimeno/Hole_filling_plugin_fix-GF
Polyhedron demo: Fix hole filling plugin
2017-10-11 19:11:37 +02:00
Laurent Rineau bd488ab5b9 Merge pull request #2452 from maxGimeno/Merge_poit_set-GF
Polyhedron demo: fix Merge_point_sets_plugin
2017-10-11 19:11:29 +02:00
Jane Tournois 00def95173 use the face_patch_map only when it is valid
o.w. isotropic_remeshing "thinks" it is using a valid face_patch_map,
does not compute the connected components from constraints, and fails
remeshing properly next to constraints
2017-10-09 11:32:12 +02:00
Maxime Gimeno 4bf4813e7b Add missing reference. 2017-10-03 14:02:16 +02:00
Simon Giraudot 1e7b9ea027 Fix counting iterator warnings 2017-09-29 14:47:17 +02:00
Sebastien Loriot cd085f8880 Merge pull request #2369 from MaelRL/P2T2-Add_alpha_shapes-GF
Periodic_2_triangulation_2: Add support for alpha shapes
2017-09-27 15:49:13 +02:00
Laurent Rineau 54c5e36a0c Merge pull request #2429 from maxGimeno/Tetrahedron-color-GF
Polyhedron demo: Fix polyhedron orientation errors
2017-09-25 16:49:40 +02:00
Laurent Rineau 9cd5f6c333 Merge pull request #2434 from maxGimeno/Display_small_angles-GF
Polyhedron demo: New widget for color computation
2017-09-25 16:49:32 +02:00
Laurent Rineau e99087a83e Merge pull request #2442 from maxGimeno/Clipping_box_fix-GF
Polyhedron demo: Fix the Clipping Box Plugin
2017-09-25 16:49:24 +02:00
Sébastien Loriot c3e7ade8b4 fix warnings 2017-09-25 09:09:54 +02:00
Laurent Rineau d6adce1954 Merge pull request #2444 from afabri/Polyhedron_demo-fix_binary_ply-GF
Polyhedron demo: bug fix for writing binary PLY
2017-09-22 16:20:34 +02:00
Laurent Rineau f8c5efb9e3 Merge pull request #2373 from sgiraudot/Classification-GF
Classification (new package)
2017-09-22 15:18:52 +02:00
Maxime Gimeno 3973d5c8c5 Fix segfault by using selectionIndices.first instead of mainSelectionindex. 2017-09-21 13:45:17 +02:00
Maxime Gimeno 81c461bd58 Fix double/float warning 2017-09-20 15:36:23 +02:00
Andreas Fabri 392c86e96f bug fix: for VC++ the stream must be opened in binary mode 2017-09-19 13:34:12 +01:00
Maxime Gimeno de7999ce09 Add clipbox management in flat_shader 2017-09-19 12:29:08 +02:00
Maxime Gimeno 5a6b713cf6 Fix abnormal time consumption, store results in property maps and change max angle value. 2017-09-19 12:05:33 +02:00
Laurent Rineau 7ea925128f Merge branch 'releases/CGAL-4.11-branch' 2017-09-18 16:28:42 +02:00
Maxime Gimeno 72d9349287 Fixes warnings about double 2017-09-18 16:03:06 +02:00
Maxime Gimeno 20198de4f8 Makes Smallest angles the default criterion and adds the missing call to replaceRamp() when the criterion is changed. 2017-09-18 15:44:30 +02:00
Laurent Rineau 66465e72cf Merge pull request #2422 from sgiraudot/Polyhedron_demo-Reset_points_order_before_saving-GF
Polyhedron demo: reset points order before saving
2017-09-18 14:30:06 +02:00
Laurent Rineau 037cba3fae Merge pull request #2336 from maxGimeno/Detect_features-GF
PMP: Detect features
2017-09-18 14:29:55 +02:00
Maxime Gimeno e2e1cb5967 Fix float conversion at buffer filling 2017-09-18 13:46:13 +02:00
Maxime Gimeno c723e97e20 Add missing override in code and doc example. 2017-09-18 12:38:02 +02:00
Maxime Gimeno 05421fecd2 Fix orientation of facets in modern flat 2017-09-18 09:12:55 +02:00
Maxime Gimeno 4509f39802 Add dock widget and property scaled jacobian. 2017-09-15 16:48:40 +02:00
Laurent Rineau 149fa88b05 Merge pull request #2303 from maxGimeno/Shuffle_normals_for_SM-GF
Polyhedron_demo: Shuffle_polygon_soup for Surface_mesh
2017-09-15 16:32:30 +02:00
Laurent Rineau bf3e2275b1 Merge pull request #2428 from maxGimeno/Shrink_factor_in_c3t3_fix-GF
Polyhedron demo: Fix shrinking in c3t3
2017-09-15 16:32:21 +02:00
Laurent Rineau 539f5ff13f Merge pull request #2426 from maxGimeno/CC_plugin_fix-GF
Polyhedron demo: Fix for Color Connected Components in polyhedron mode
2017-09-15 16:32:06 +02:00
Laurent Rineau 28d1af3c72 Merge pull request #2424 from sloriot/Demo-generator_menu_names
improving the object generator menu labels
2017-09-15 16:31:57 +02:00
Laurent Rineau b2443b3b59 Merge pull request #2419 from lrineau/Polyhedron_demo-fix_c3t3_item-GF
Polyhedron demo: c3t3_item, fix the color of balls of corners
2017-09-15 16:31:49 +02:00
Laurent Rineau b33e211a69 Merge pull request #2392 from maxGimeno/Fix_SM_item_clone-GF
Polyhedron_demo: fix Surface_mesh_item clone()
2017-09-15 16:31:41 +02:00
Laurent Rineau db1f158296 Merge pull request #2412 from lrineau/Polyhedron_Demo-fix_CMakeLists.txt-GF
Polyhedron demo: Fix CmakeLists.txt (cont.)
2017-09-15 16:31:33 +02:00
Laurent Rineau 1d03f05d71 Merge pull request #2303 from maxGimeno/Shuffle_normals_for_SM-GF
Polyhedron_demo: Shuffle_polygon_soup for Surface_mesh
2017-09-15 16:26:37 +02:00
Laurent Rineau 577101d4be Merge pull request #2428 from maxGimeno/Shrink_factor_in_c3t3_fix-GF
Polyhedron demo: Fix shrinking in c3t3
2017-09-15 16:26:30 +02:00
Laurent Rineau c93b868a90 Merge pull request #2424 from sloriot/Demo-generator_menu_names
improving the object generator menu labels
2017-09-15 16:26:14 +02:00
Laurent Rineau 1083307462 Merge pull request #2419 from lrineau/Polyhedron_demo-fix_c3t3_item-GF
Polyhedron demo: c3t3_item, fix the color of balls of corners
2017-09-15 16:26:06 +02:00
Laurent Rineau 0aa4f7699d Merge pull request #2392 from maxGimeno/Fix_SM_item_clone-GF
Polyhedron_demo: fix Surface_mesh_item clone()
2017-09-15 16:25:58 +02:00
Maxime Gimeno 1221576f7f Add a plugin that colorizes facets according to their smallest angle. 2017-09-15 11:13:35 +02:00
Maxime Gimeno 7b14d9221e Set the shrinking cursor value after setting its maximum. 2017-09-14 11:04:06 +02:00
Maxime Gimeno f61bbcb4b1 Fix Polyhedron_item multicolor rendering 2017-09-14 10:50:29 +02:00
Sébastien Loriot fa192fe5dc try improving the menu names 2017-09-13 16:43:59 +02:00