cgal/Geomview/demo/Geomview
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
..
data
CMakeLists.txt extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
README
gv_terrain.cpp Replace old color API using global const variable with new one using functions 2019-04-03 11:51:29 +02:00
input.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
kernel.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00

README

This directory contains demo programs for the interface of CGAL with the
Geomview 3D viewer.

- kernel is a program that shows the output of kernel objects.
- input is a program demonstrating how you can enter a point in Geomview and
  pass it to the CGAL program.
- gv_terrain is a program that show successively the same set of points in a 2D
  Delaunay triangulation (projected), 3D Delaunay, and terrain.  Alternatively
  in wired or plain mode.