cgal/Polyhedron_IO/demo/Polyhedron_IO
Laurent Rineau a9365554c9 Merge pull request #2550 from sloriot/CGAL-add_SPDX_tags
Add SPDX License Identifier
2017-11-15 16:48:27 +01:00
..
CMakeLists.txt Renew the handle of policies, for CMake-3.10 2017-11-06 14:58:36 +01:00
README
geomview_demo.cpp add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
viewpoint2off.cpp add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01: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