Added the new 'earth' demo

This commit is contained in:
Efi Fogel 2023-08-30 16:14:13 +03:00
parent 12c8decd21
commit fb2a2761c3
1 changed files with 2 additions and 0 deletions

View File

@ -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`