Julian Stahl
a7e89b81ba
Revert "Deduct GeomTraits template type"
...
This reverts commit ca1c78bbd0 .
2024-01-15 11:29:23 +01:00
Julian Stahl
436cfe372c
Deduct GeomTraits template type
2024-01-14 17:45:55 +01:00
Julian Stahl
db58ee1e93
Change comments
2024-01-14 17:45:09 +01:00
Andreas Fabri
368be05c8a
tiny fixes in user manual
2024-01-12 17:37:49 +00:00
Andreas Fabri
decb99a624
Polygon -> Triangle
2024-01-12 17:37:10 +00:00
Andreas Fabri
46eaa3f145
example uses TBB
2024-01-12 16:55:45 +00:00
Mael Rouxel-Labbé
d483b3bdfd
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2024-01-09 13:52:46 +01:00
Mael Rouxel-Labbé
967dd08ec0
Fix some compilation errors
2024-01-09 12:04:57 +01:00
Mael Rouxel-Labbé
237940883d
Add remarks
2024-01-09 10:59:48 +01:00
Laurent Rineau
6df7424612
Merge branch '5.5.x-branch'
2024-01-08 10:59:49 +01:00
Laurent Rineau
078b07ba62
Merge pull request #7950 from efifogel/Ss_2-test_conics-efif
...
Surface_sweep_2: enhance the conic tests
2024-01-08 10:59:18 +01:00
Laurent Rineau
3607dc8d0c
Merge pull request #7953 from sloriot/Kernel_23-remove_unused_var
...
Remove unused variable
2024-01-08 10:59:12 +01:00
Laurent Rineau
0726c9c40c
Merge pull request #7955 from sloriot/PMP-autoref_license
...
Autorefinement has its own license file
2024-01-08 10:59:08 +01:00
Laurent Rineau
d9e5a1fba7
Merge pull request #7953 from sloriot/Kernel_23-remove_unused_var
...
Remove unused variable
2024-01-08 10:58:26 +01:00
Pierre Alliez
7b18855e0c
Example : Parallel vs sequential Marching cubes
2024-01-05 15:50:11 +01:00
Pierre Alliez
254818cf70
added example that compares parallel with sequential MC
2024-01-05 14:39:47 +01:00
Pierre Alliez
5d3859505a
Merge branch 'gsoc2022-isosurface' of https://github.com/JulyCode/cgal into gsoc2022-isosurface
...
# Conflicts:
# Isosurfacing_3/examples/Isosurfacing_3/dual_contouring_octree.cpp
2024-01-05 14:15:27 +01:00
Pierre Alliez
26848f3d67
Example DC on octree (still uses the octree wrapper)
2024-01-05 14:10:41 +01:00
Julian Stahl
8f85ff8844
Small doc change
2024-01-02 20:53:27 +01:00
Julian Stahl
3f3f08f977
Small fixes in examples
2024-01-02 20:52:07 +01:00
Julian Stahl
56ebc7b17b
Remove unused imports
2024-01-02 20:03:39 +01:00
Julian Stahl
ea95b6c3b6
Use eigen wrapper
2024-01-02 19:46:12 +01:00
Julian Stahl
86ac3311e8
Cast literals to correct type
2024-01-02 18:29:34 +01:00
Julian Stahl
2357d23d76
Change Eigen matrix to use correct type
2024-01-02 18:28:23 +01:00
Sebastien Loriot
277c1603eb
fix warning
2024-01-02 17:46:42 +01:00
Sébastien Loriot
9985f9cfa0
autorefinement has its own license file
2024-01-02 14:06:59 +01:00
Sébastien Loriot
eed5e4f61f
move comment
2024-01-02 13:15:28 +01:00
Sébastien Loriot
a4ba059221
remove unused variable
2024-01-02 09:34:07 +01:00
Sébastien Loriot
3564fd1851
unify QT
2023-12-27 14:12:35 +01:00
Sébastien Loriot
ea07530d1d
add missing decrement
2023-12-27 12:01:55 +01:00
Sébastien Loriot
37c792a764
fix qt6 version
2023-12-27 11:56:08 +01:00
Sébastien Loriot
ee6c73b849
another index
2023-12-27 11:08:23 +01:00
Sébastien Loriot
e760e97959
update indices
2023-12-27 11:05:57 +01:00
Sébastien Loriot
4942b8e918
add QT6 version in test results
2023-12-27 10:19:15 +01:00
Efi Fogel
04895fb920
Merge branch 'master' into Ss_2-test_conics-efif and fixed conic tests
2023-12-26 23:44:15 +02:00
Sebastien Loriot
caecbe29c7
Replace boost::mpl ( #7813 )
...
- `boost::mpl::if_` --> `std::conditional`
- `boost::enable_if` -> `std::enable_if`
- `boost::mpl::and_` -> `&&`
- `boost::mpl::or_` -> `||`
- `boost::constant::bool_` -> `std::bool_constant`
- ...
2023-12-26 17:33:36 +01:00
Sebastien Loriot
1a934524ba
CGAL Lab: Transformation of point normals ( #7935 )
...
## Summary of Changes
Affine transformation transforms points, but didn't transform their
normals. This PR takes care of normal transformation of point sets.
## Release Management
* Affected package(s): Polyhedron Demo
2023-12-26 17:30:00 +01:00
Sébastien Loriot
6eff89bbc8
Merge pull request #7614 from sloriot/PMP-BF_autorefine
...
Add autorefine for triangle soup
2023-12-26 12:11:04 +01:00
Pierre Alliez
d2c94538ae
Few more minor changes to examples
2023-12-25 18:46:33 +01:00
Pierre Alliez
d83fcf752c
DC - iwp
...
updated figure
2023-12-25 18:34:59 +01:00
Pierre Alliez
60ed632e50
use CGAL timer instead of TBB
2023-12-25 18:17:04 +01:00
Pierre Alliez
4fd413619e
Figure MC vs DC
2023-12-25 14:27:59 +01:00
Pierre Alliez
e1634a256e
added figure : output surface with boundaries
2023-12-25 14:15:21 +01:00
Pierre Alliez
5d9e631357
user manual
...
description
2023-12-25 14:05:12 +01:00
Pierre Alliez
829120a1f6
user manual
2023-12-25 11:48:42 +01:00
Pierre Alliez
4ad741df38
description
2023-12-25 11:07:03 +01:00
Pierre Alliez
570dfa468c
replace bunny by tractor offset
2023-12-25 08:01:37 +01:00
Pierre Alliez
aa32e71876
multiple offsets (for the teaser)
2023-12-24 18:40:18 +01:00
Pierre Alliez
5239cac781
example implicit sphere
2023-12-23 19:25:43 +01:00
Pierre Alliez
f782daba86
Merge branch 'gsoc2022-isosurface' of https://github.com/JulyCode/cgal into gsoc2022-isosurface
...
# Conflicts:
# Isosurfacing_3/examples/Isosurfacing_3/marching_cubes_implicit_sphere.cpp
2023-12-23 19:03:18 +01:00