cgal/Geomview/demo/Geomview
Guillaume Damiand 0bd9088b5a Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required. 2018-10-17 14:17:08 +02:00
..
data
CMakeLists.txt Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required. 2018-10-17 14:17:08 +02:00
README Renamed example in order to get unique names 2008-12-12 08:37:38 +00:00
gv_terrain.cpp remove license header in example 2012-10-30 13:01:58 +00:00
input.cpp add SPDX identifier for files under the LGPL-3+ license 2017-11-12 10:17:50 +01:00
kernel.cpp add SPDX identifier for files under the LGPL-3+ license 2017-11-12 10:17:50 +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.