cgal/Polyhedron_IO/demo/Polyhedron_IO
Sébastien Loriot 881e4d3199 request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
..
CMakeLists.txt request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
README
geomview_demo.cpp Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
viewpoint2off.cpp Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +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