Laurent Rineau
2f73dab22f
Merge pull request #5071 from sgiraudot/PSP-Scanline_orient_normals-GF
...
[Small Feature] Scanline Orient Normals
2020-11-13 15:31:56 +01:00
Laurent Rineau
b248867e91
Merge pull request #5141 from maxGimeno/Demo-Fix-clipping_plugin-maxGimeno
2020-11-09 17:10:24 +01:00
Laurent Rineau
4acca1e770
Merge pull request #4978 from janetournois/PMP-remesh_non_triangle_faces-jtournois
...
Polyhedron demo - remesh a non-triangle mesh
2020-11-04 20:46:15 +01:00
Laurent Rineau
dbac5c10df
Merge pull request #5065 from maxGimeno/Demo-Fix_ssh-maxGimeno
...
Polyhedron_Demo: Fix ssh usage
2020-11-04 20:46:12 +01:00
Laurent Rineau
ed5a9c0f49
Merge pull request #5089 from sloriot/Demos-fix_warnings
...
fix warnings
2020-11-04 20:46:10 +01:00
Laurent Rineau
daee7209b5
Merge pull request #5108 from janetournois/PMP-remesh_after_detect_sharp_features-jtournois
...
Demo isotropic_remeshing_plugin - keep selection valid
2020-11-04 20:46:02 +01:00
Laurent Rineau
3f5e9bad29
Merge pull request #5124 from sloriot/PMP-simplify_polyline
...
Add experimental non-documented function to simplify a 3D polyline
2020-11-04 20:45:59 +01:00
Maxime Gimeno
8bafe10cfa
Fix the plugin
2020-11-04 15:26:06 +01:00
Maxime Gimeno
557b4e5bbc
Fix enabling in plugin
2020-11-04 14:25:38 +01:00
Maxime Gimeno
bb9e72afc9
Add tests
2020-11-04 14:14:09 +01:00
Maxime Gimeno
8b0ba4c786
Add a named_parameter to allow self-intersections for clip and split for planes and iso_cuboids
2020-11-04 10:21:55 +01:00
Maxime Gimeno
c61b519058
Close widget on clipper destruction
2020-11-04 08:48:17 +01:00
Maxime Gimeno
e36c147f0a
Fixes
2020-11-03 16:56:55 +01:00
Maxime Gimeno
35aa168395
Use string litteral for healp text
2020-11-03 14:16:23 +01:00
Maxime Gimeno
8802d2f577
Fix Clipping plugin, add an option to allow self-intersections for the clipper and fix descriptions. Add a help button.
2020-11-03 12:40:58 +01:00
Maxime Gimeno
e1fd6e9f44
Fix typo
2020-10-30 14:58:24 +01:00
Maxime Gimeno
07efe75a70
Add a plugin for polylines simplification
2020-10-30 14:30:18 +01:00
Laurent Rineau
a6c5402dc6
Merge pull request #4885 from MaelRL/Iterative_authalic_parameterization
2020-10-29 14:21:42 +01:00
Laurent Rineau
12cf69b59c
Merge pull request #5109 from lrineau/Mesh_3-fix_add_features-GF
...
Mesh 3: fix add_features
2020-10-29 10:52:57 +01:00
Laurent Rineau
5b2f55c96c
Merge remote-tracking branch 'cgal/master' into PSP-Scanline_orient_normals-GF
2020-10-29 09:35:39 +01:00
Maxime Gimeno
b48966fe64
Fix warning
2020-10-29 08:46:43 +01:00
Mael
38c3dc7924
Merge branch 'master' into Iterative_authalic_parameterization
2020-10-28 17:34:01 +01:00
Maxime Gimeno
07f955f286
Finish selection update system.
2020-10-26 14:14:43 +01:00
Laurent Rineau
705c22414c
Merge pull request #4626 from sgiraudot/Classification-Simpler_IO_for_ETHZ_Random_forest-GF
...
[Small Feature] Modernize Classification Package
2020-10-23 15:57:20 +02:00
Laurent Rineau
cb390e23ee
Merge pull request #5082 from maxGimeno/Doc-fix_three_warning-maxGimeno
...
Three_documentation: Fix warning
2020-10-23 15:57:14 +02:00
Maxime Gimeno
9160932f72
WIP integrate visitor based garbage collection
2020-10-23 15:51:43 +02:00
Jane Tournois
caf1d4e24e
fix compilation after update of branch
2020-10-23 15:41:35 +02:00
Jane Tournois
6668f61924
reset num_vertices (resp. facets, vertices) to trick itemChanged()
...
the following connection :
connect(poly_item, &Scene_surface_mesh_item::itemChanged, this, [this](){
clears selection if number of simplices has changed since last update
resetting numbers of simplices tricks it and prevents the selection to be emptied
2020-10-23 15:20:14 +02:00
Laurent Rineau
def457e261
Use systematically the non-linear growth of balls in the 3D demo
2020-10-23 13:53:03 +02:00
Jane Tournois
1e45dda169
use the visitor in Surface_mesh->collect_garbage(visitor) to keep selection valid
2020-10-23 12:43:29 +02:00
Maxime Gimeno
1efe80f8a5
Fixes some mouse bindings description
2020-10-22 13:53:40 +02:00
Sebastien Loriot
371888b96a
Update Polyhedron/demo/Polyhedron/Plugins/Display/Display_property_plugin.cpp
...
Co-authored-by: Maxime GIMENO <maxime.gimeno@gmail.com>
2020-10-20 15:24:11 +02:00
Maxime Gimeno
945653c46f
fix selection_item
2020-10-20 09:24:51 +02:00
Sébastien Loriot
8cdc871ff1
fix warnings
2020-10-19 17:00:18 +02:00
Jane Tournois
de7b05c096
Merge remote-tracking branch 'cgal/master' into PMP-remesh_non_triangle_faces-jtournois
...
# Conflicts:
# Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h
2020-10-19 12:10:52 +02:00
Simon Giraudot
80a5deb8e9
Merge remote-tracking branch 'mine/Classification-Simpler_IO_for_ETHZ_Random_forest-GF' into Classification-Simpler_IO_for_ETHZ_Random_forest-GF
2020-10-19 07:59:47 +02:00
Maxime Gimeno
af7e1a8829
Remove the scaler form the scene API
2020-10-16 14:32:12 +02:00
Laurent Rineau
b4a536047d
Merge pull request #5060 from Vishal19111999/CGAL-Define_CXX20_master-Vishal19111999
2020-10-16 13:56:25 +02:00
Laurent Rineau
86e1fc18ce
Merge pull request #4876 from lrineau/GraphicsView-Basic_viewer_improvements-GF
...
Improvements to Basic_viewer
2020-10-16 13:43:10 +02:00
Laurent Rineau
f5ce2bdb09
Merge pull request #5057 from maxGimeno/Demo-Fix_scene_scaling-maxGimeno
...
Polyhedron demo: Fix the scene scaling
2020-10-16 13:43:05 +02:00
Laurent Rineau
c6ae44a0fc
Merge pull request #5062 from sloriot/Demo-fix_move_border_vertex
...
Fix move vertex on the boundary
2020-10-16 13:43:03 +02:00
Laurent Rineau
0f92273687
Merge pull request #5064 from maxGimeno/Demo-Fixes-maxGimeno
...
Polyhedron_demo : Fix Edit_box->export_to_facegraph()
2020-10-16 13:43:00 +02:00
Laurent Rineau
fe24278512
Merge pull request #5069 from maxGimeno/Demo-Merge_hole_filling_plugins-maxgimeno
...
Polyhedron_demo: Merge hole_filling and hole_filling_polylines plugins
2020-10-16 13:42:58 +02:00
Maxime Gimeno
32d137fda7
Add missing include
2020-10-13 15:45:33 +02:00
Maxime Gimeno
152ec0f8e0
Fix memory leeks
2020-10-13 12:26:36 +02:00
Vishal Pratap Singh
0c1c37bf3a
changed [=,this] to [this]
2020-10-12 23:36:23 +05:30
Laurent Rineau
90a9e97379
Use SYSTEM for target_include_directories
...
That way, the include dirs for libssh will be among those with
`SYSTEM`: at the end. As `CGAL::CGAL` is an imported target, its
include dirs were already `SYSTEM`.
2020-10-12 16:37:37 +02:00
Simon Giraudot
c453422a53
Update from review
2020-10-12 14:27:44 +02:00
Mael Rouxel-Labbé
10bd0729a9
Add missing 'bhd' in IAP (polyhedron param plugin)
2020-10-12 11:33:48 +02:00
Maxime Gimeno
d6641f8b9c
Privatize ssh and websocket
2020-10-12 09:49:04 +02:00