mirror of https://github.com/CGAL/cgal
Added the new 'earth' demo
This commit is contained in:
parent
12c8decd21
commit
fb2a2761c3
|
|
@ -20,6 +20,8 @@ Release date: October 2023
|
|||
`std::variant`. The support for the old macro `CGAL_ARR_POINT_LOCATION_VERSION`
|
||||
has been removed.
|
||||
|
||||
- Introduced a new interactive program that demonstrates 2D arrangements embedded on the sphere called `earth`. The program (i) reads a database of all administrative boundaries of the countries in the world, (ii) displays the globe with all countries and land covered by water (which is land not covered by countries) on a window, and (ii) enables interaction with the user.
|
||||
|
||||
#### Envelopes of Surfaces in 3D
|
||||
- ** Breaking change**: Construct_projected_boundary_2 in `EnvelopeTraits_3` is now using `std::variant` instead of `Object`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue