cgal/Polyhedron_IO/demo/Polyhedron_IO
Laurent Rineau cdf0322256 Let's remove all makefiles, now. 2010-08-23 11:03:02 +00:00
..
CMakeLists.txt Commit missing CMakeLists.txt for demos. 2008-12-10 11:03:43 +00:00
README
geomview_demo.cpp No Geomview_stream on Windows 2008-10-18 14:34:05 +00:00
viewpoint2off.cpp int -> size_t 2010-06-23 13:41:30 +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