small changes in readme and doxygen files to remove old sourceforge links

This commit is contained in:
Paolo Cignoni 2016-12-15 13:01:13 +01:00
parent 3742fcef2b
commit a6a520ed2d
6 changed files with 11 additions and 19 deletions

View File

@ -1,5 +1,5 @@
VCGLib http://vcg.sf.net o o
VCGLib http://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2005-2006 \/)\/
@ -31,14 +31,10 @@ Please, when using this tool, cite the following reference:
P. Cignoni, C. Rocchini and R. Scopigno
"Metro: measuring error on simplified surfaces"
Computer Graphics Forum, Blackwell Publishers, vol. 17(2), June 1998, pp 167-174
Available at http://vcg.sf.net
You can find some sample mesh to test in the 'Metro Sample dataset' package downloadable from sourceforge.
For any question about this software please contact:
Paolo Cignoni ( p.cignoni@isti.cnr.it )
Paolo Cignoni ( paolo.cignoni@isti.cnr.it )
--- General Info ---

View File

@ -1,5 +1,5 @@
VCGLib http://vcg.sf.net o o
VCGLib http://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2005-2006 \/)\/

View File

@ -1,5 +1,5 @@
VCGLib http://vcg.sf.net o o
VCGLib http://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2004-2006 \/)\/
@ -56,7 +56,7 @@ The application has no graphical interface but works as the "Metro" tool on comm
TriMeshInfo is written in C++ and makes use of the VCG library.
The tool supports the following file formats:
- PLY (http://vcg.sourceforge.net/img/wiki_up/plyformat.pdf)
- PLY
- OFF (http://www.geomview.org/docs/html/geomview_41.html#SEC44)
- STL (http://astronomy.swin.edu.au/~pbourke/dataformats/stl/)
- OBJ (http://www.eg-models.de/formats/Format_Obj.html)

View File

@ -1,5 +1,5 @@
VCGLib http://vcg.sf.net o o
VCGLib http://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2004-2005 \/)\/
@ -55,6 +55,4 @@ The application has no graphical interface but works as the "Metro" tool on comm
The application works under both Windows and Linux/Unix platforms.
TriMeshInfo is written in C++ and makes use of the VCL library.
The tool supports two file formats ply (as described in the following document
http://vcg.sourceforge.net/img/wiki_up/plyformat.pdf)
and off (as described in http://www.geomview.org/docs/html/geomview_41.html#SEC44) .
The tool supports two file formats ply and off (as described in http://www.geomview.org/docs/html/geomview_41.html#SEC44) .

View File

@ -1,5 +1,5 @@
VCGLib http://vcg.sf.net o o
VCGLib http://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2004-2005 \/)\/
@ -51,6 +51,4 @@ For each analyzed dataset the following information are extracted:
The application has no graphical interface but works as the "Metro" tool on command line.
TriMeshInfo is written in C++ and makes use of the VCL library.
The tool supports two file formats ply (as described in the following document
http://vcg.sourceforge.net/img/wiki_up/plyformat.pdf)
and off (as described in http://www.geomview.org/docs/html/geomview_41.html#SEC44) .
The tool supports two file formats ply and off (as described in http://www.geomview.org/docs/html/geomview_41.html#SEC44) .

View File

@ -13,7 +13,7 @@ software tools of the <b>Visual Computing Lab</b> of the Italian National Resear
The VCG library is tailored to mostly manage triangular meshes:
The library is fairly large and offers many state of the art functionalities for processing meshes, like:
- high quality quadric-error edge-collapse based simplfication,
- high quality quadric-error edge-collapse based simplification,
- efficient spatial query structures (uniform grids, hashed grids, kdtree, ...) ,
- advanced smoothing and fairing algorithms,
- computation of curvature,
@ -43,7 +43,7 @@ Start from the following pages for basic concepts and examples.
Notable Applications
-------
A number of applications have been developed using the vcglib:
- <a href="http://meshlab.sourceforge.net">MeshLab</a>: the renowed open source mesh processing is based on this library.
- <a href="http://www.meshlab.net">MeshLab</a>: the renowned open source mesh processing is based on this library.
- \subpage metro "Metro, the tool for measuring differences between meshes"
- The first high quality <a href="http://dl.acm.org/citation.cfm?id=940008"> out-of-core mesh simplifier </a> that was used by the Stanford Digital Michelangelo project to process their huge 3D scanned models.