cgal/Geomview/demo/Geomview
Laurent Rineau c4386798d1 Fix deprecated use of CGAL::Triangulation_euclidean_traits_xy_3
Use CGAL::Projection_traits_xy_3 instead.
2012-06-12 14:25:52 +00:00
..
data
CMakeLists.txt Cancel revision 64607. There had been a problem with the branch. 2011-07-06 11:11:58 +00:00
README
gv_terrain.cpp Fix deprecated use of CGAL::Triangulation_euclidean_traits_xy_3 2012-06-12 14:25:52 +00:00
input.cpp change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
kernel.cpp change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00: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.