cgal/Polyhedron_IO/demo/Polyhedron_IO
Sébastien Loriot 254d60f642 First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +02:00
..
CMakeLists.txt CMake>=3.13: opt for for new policies up to 3.15 2019-06-19 14:34:59 +02:00
README
geomview_demo.cpp First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +02:00
viewpoint2off.cpp First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +02: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