Jane Tournois
47e17d0a2c
remove vertices(vertex) that is useless
2023-10-19 11:53:56 +02:00
Jane Tournois
fbfcbe43d8
add documentation for the `vertices()` functions
2023-10-19 11:18:41 +02:00
Jane Tournois
152e473458
test vertices() helper functions
2023-10-19 11:13:47 +02:00
Jane Tournois
c799051e2b
add vertices() function for every dimension of simplex in T3
...
returns a std::array of vertices
2023-10-19 11:13:28 +02:00
Laurent Rineau
a0ca27e40a
Merge pull request #7713 from efifogel/Aos_2-doc_fixes-efif
...
Aos_2: doc fixes
2023-10-16 11:13:41 +02:00
Laurent Rineau
0821ea313c
Merge pull request #7717 from afabri/Box_intersection_d-doc_enum-GF
...
Box_intersection_d: Fix doc link
2023-10-16 11:13:39 +02:00
Laurent Rineau
9cb6e639d4
Merge pull request #7725 from afabri/Bounding_volumes-fix_Ellipse-GF
...
Bounding_volumes: Use Eigen library in demo
2023-10-16 11:13:34 +02:00
Laurent Rineau
993d87a9be
Merge pull request #7726 from Kuprin2000/extrude_skeleton_fix
...
Added type cast to preprocess_weights() to avoid compilation error
2023-10-16 11:13:32 +02:00
Laurent Rineau
3ec0c7e186
Merge pull request #7737 from ange-clement/Polyhedron-demo-Clipping-box-more-support-aclement
...
Polyhedron demo : Add clip box plugin support for more items
2023-10-16 11:13:26 +02:00
Laurent Rineau
98a6bf7934
Merge pull request #7744 from lrineau/CGAl-fix_IO_oformat_iformat-GF
...
fix : iformat/oformat are in CGAL::IO
2023-10-16 11:13:21 +02:00
Laurent Rineau
604c6540fa
Merge pull request #7745 from ange-clement/Polyhedron-demo-dual-contouring-aclement
...
Polyhedron demo : dual contouring operation from isosurfacing_3 package
2023-10-16 11:13:19 +02:00
Laurent Rineau
c39e268e37
Merge pull request #7751 from gdamiand/Basic_viewer-bugfix-gdamiand
...
Bug fix in drawing of interior faces when the outer boundary is pinched
2023-10-16 11:13:17 +02:00
Laurent Rineau
0bf60c9318
Merge pull request #7752 from gdamiand/CMap_with_index-add_missing_functions-gdamiand
...
Add missing functions capacity and upper bound in dart_range for cmap and lcc with index
2023-10-16 11:13:12 +02:00
Laurent Rineau
78ace775b1
Merge pull request #7763 from albert-github/feature/bug_perm_redir
...
Correcting permanent redirect
2023-10-16 11:13:03 +02:00
Laurent Rineau
b483f274d4
Merge pull request #7768 from albert-github/feature/issue_7767
...
issue #7767 Problem with the documenation of Mesh_3
2023-10-16 11:13:01 +02:00
Laurent Rineau
e9a981b279
Merge pull request #7769 from albert-github/feature/issue_7764
...
issue #7764 Reference to moka modeller
2023-10-16 11:12:58 +02:00
Laurent Rineau
8babcc4e7f
Merge pull request #7773 from albert-github/feature/bug_3mf_link
...
Link to the 3mf specification
2023-10-16 11:12:53 +02:00
Laurent Rineau
ce63f7c2b9
Merge pull request #7732 from MaelRL/SMS-Improve_robustness-GF
...
Reformulate a cross product to increase precision
2023-10-16 11:12:27 +02:00
Laurent Rineau
a5fcf016b7
Merge branch '5.6.x-branch'
...
# Conflicts:
# Documentation/doc/resources/1.8.13/BaseDoxyfile.in
# Documentation/doc/resources/1.9.6/BaseDoxyfile.in
2023-10-16 11:11:07 +02:00
Laurent Rineau
72c10b8f69
Merge branch '5.5.x-branch' into 5.6.x-branch
2023-10-16 11:07:24 +02:00
Laurent Rineau
d69e5ac1dc
Merge pull request #7722 from janetournois/Doc-precompiled_demos-GF
...
Doc of Windows precompiled demos - remove "common dlls"
2023-10-16 11:04:52 +02:00
Laurent Rineau
3575673788
Merge pull request #7753 from sloriot/TR3-fix_opti_warning
...
Fix warning
2023-10-16 11:04:36 +02:00
Laurent Rineau
fbc0e18bbb
Merge pull request #7742 from lrineau/CGAL-fix-5.5-with-Boost-1.84-GF
...
As the pull-request was for 5.5.x only, this merge does not modify
anything.
2023-10-16 11:03:11 +02:00
Laurent Rineau
7c5742de61
Merge pull request #7742 from lrineau/CGAL-fix-5.5-with-Boost-1.84-GF
...
Add missing header
2023-10-16 10:50:16 +02:00
Laurent Rineau
d663c68b8a
Merge pull request #7753 from sloriot/TR3-fix_opti_warning
...
Fix warning
2023-10-16 10:50:13 +02:00
Jane Tournois
f00f56c6ac
doc
2023-10-16 10:20:28 +02:00
albert-github
ad9c803ceb
Link to the 3mf specification
...
Correcting the link to the 3mf specification
2023-10-09 18:49:37 +02:00
albert-github
5de032c88a
issue #7764 Reference to moka modeller
...
After review
2023-10-09 17:24:27 +02:00
albert-github
758f0d773a
issue #7764 Reference to moka modeller
...
Setting correct path to documentation and source repository.
2023-10-09 16:39:59 +02:00
albert-github
6f560fcdce
issue #7767 Problem with the documenation of Mesh_3
...
removing files that were removed by #7445 but reintroduced by #7395
2023-10-09 16:03:49 +02:00
albert-github
e69b1f8917
Correcting permanent redirect
...
Correcting permanent redirect
2023-10-09 11:06:22 +02:00
ange-clement
abedd731a7
Fix warning (i, j and k can be negative)
2023-10-06 16:31:54 +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
40f5ac0023
Fixed warnings +
...
deleted unsused variables
2023-10-05 15:56:59 +02:00
Mael
3d71790cbc
Protect min/max with parentheses
...
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2023-10-05 14:56:25 +02:00
ange-clement
857de8b110
Fixed warning
2023-10-04 11:21:02 +02:00
Guillaume Damiand
a5447a846b
Remove warning
2023-10-04 07:59:01 +02:00
Sebastien Loriot
33a1d33690
use error msg
2023-10-03 14:37:01 +02:00
Sébastien Loriot
95d11d45c6
fix warning with optimisers on
2023-10-02 16:12:48 +02:00
ange-clement
92cb998499
Diabled "Alpha slider" on edit box
2023-10-02 13:16:28 +02:00
Guillaume Damiand
3e632ecb62
Add missing functions capacity and upper bound in dart_range for cmap and lcc with index.
2023-09-29 15:00:08 +02:00
Guillaume Damiand
2891528073
Bug fix in drawing of interior faces when the outer boundary is pinched
2023-09-28 19:21:49 +02:00
Laurent Rineau
8a4b492f1c
fix a typo in Tutorial_hello_world.txt ( #7749 )
...
fix a typo in Tutorial_hello_world.txt
2023-09-28 08:39:28 +02:00
CCXXXI
92232c9295
fix a typo in Tutorial_hello_world.txt
2023-09-28 12:54:50 +08:00
ange-clement
7edb061915
Added dual contouring plugin from isosurfacing_3 package
2023-09-26 15:44:30 +02:00
ange-clement
98ba8b68e3
Fix wrong linkage
2023-09-26 12:38:34 +02:00
ange-clement
031594e0db
Replaced Q_FOREACH with c++11 for each
2023-09-26 12:23:52 +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
c803f0f8d8
Merge branch 'Polyhedron-demo-upgrade-image-visualization-aclement' into Polyhedron-demo-Clipping-box-more-support-aclement
2023-09-26 10:52:19 +02:00
ange-clement
aa125fe1db
Quick fix : Made images draw surfaces even if they are inside
2023-09-26 10:48:21 +02:00