From 765b0f4e65da8a316935e199476189ded076e9c7 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 15 Jun 2018 11:38:40 +0200 Subject: [PATCH] Add the announcement of the small feature Basic Viewer --- Installation/CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 82f399e9dba..adc36f63d8f 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -13,6 +13,12 @@ Release date: September 2018 The corresponding code is in the package GraphicsView. The dependency for the external library libQGLViewer is therefore dropped for all demos. +### General + + - A new function `CGAL::draw()` is added in the packages Polyhedral + Surface, Surface Mesh, Linear Cell Complex, 2D Triangulations, and 3D + Triangulations, enabling to draw the corresponding data structures. + ### 2D and 3D Linear Geometry Kernel - An operator() that takes a Ray_3 has been added to the concept ConstructProjectedPoint 3.