cgal/Geomview/demo/Geomview
Sébastien Loriot 52164b1fba First pass on removing license notice in header for LGPL files 2019-10-19 15:40:30 +02:00
..
data
CMakeLists.txt CMake>=3.13: opt for for new policies up to 3.15 2019-06-19 14:34:59 +02: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 First pass on removing license notice in header for LGPL files 2019-10-19 15:40:30 +02:00
kernel.cpp First pass on removing license notice in header for LGPL files 2019-10-19 15:40:30 +02: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.