cgal/Polyhedron_IO/demo/Polyhedron_IO
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
..
README Move packages to trunk root 2006-02-14 08:58:18 +00:00
geomview_demo.C Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
makefile rename create_makefile to cgal_create_makefile to avoid name clashes, 2006-03-15 22:10:02 +00:00
viewpoint2off.C Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00

README

demo/Polyhedron_IO/README
-------------------------

viewpoint2off.C

    A demo program that converts geometry files in Viewpoint
    Data Labs mesh format into OFF files. Type 'make viewpoint2off'
    to compile it. See http://www.viewpoint.com/

    It is in the demo directory since no viewpoint example 
    data is provided.

geomview_demo.C

    Displays a polyhedron from CGAL in Geomview using
    CGAL::Geomview_stream. Type 'make geomview_demo' to compile it.

Lutz Kettner