V 1.21
This commit is contained in:
parent
cab787170f
commit
cb236089ad
|
@ -6,10 +6,16 @@
|
||||||
Visual Computing Lab http://vcg.isti.cnr.it /\/|
|
Visual Computing Lab http://vcg.isti.cnr.it /\/|
|
||||||
ISTI - Italian National Research Council |
|
ISTI - Italian National Research Council |
|
||||||
\
|
\
|
||||||
TriMeshInfo 1.03 2005/10/03
|
TriMeshInfo 1.21 2006/03/27
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
||||||
|
27/03/2006 Release 1.21
|
||||||
|
|
||||||
|
Now trimeshinfo support OFF,STL,OBJ and PLY format
|
||||||
|
Added normal, color and texture information
|
||||||
|
Fix mesh info data initialization
|
||||||
|
|
||||||
2005/12/21 Release 1.2
|
2005/12/21 Release 1.2
|
||||||
|
|
||||||
Fix orientability and genus computation.
|
Fix orientability and genus computation.
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
VCGLib http://vcg.sf.net o o
|
VCGLib http://vcg.sf.net o o
|
||||||
Visual and Computer Graphics Library o o
|
Visual and Computer Graphics Library o o
|
||||||
_ O _
|
_ O _
|
||||||
Copyright(C) 2004-2005 \/)\/
|
Copyright(C) 2004-2006 \/)\/
|
||||||
Visual Computing Lab http://vcg.isti.cnr.it /\/|
|
Visual Computing Lab http://vcg.isti.cnr.it /\/|
|
||||||
ISTI - Italian National Research Council |
|
ISTI - Italian National Research Council |
|
||||||
\
|
\
|
||||||
TriMeshInfo 1.2 2005/12/21
|
TriMeshInfo 1.21 2006/03/27
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
||||||
|
@ -53,9 +53,12 @@ For each analyzed dataset the following information are extracted:
|
||||||
The application has no graphical interface but works as the "Metro" tool on command line.
|
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 VCG library.
|
TriMeshInfo is written in C++ and makes use of the VCG library.
|
||||||
The tool supports two file formats ply (as described in the following document
|
The tool supports the following file formats:
|
||||||
http://vcg.sourceforge.net/img/wiki_up/plyformat.pdf)
|
|
||||||
and off (as described in http://www.geomview.org/docs/html/geomview_41.html#SEC44) .
|
- PLY (http://vcg.sourceforge.net/img/wiki_up/plyformat.pdf)
|
||||||
|
- 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)
|
||||||
|
|
||||||
|
|
||||||
--- Command-line Reference ---
|
--- Command-line Reference ---
|
||||||
|
@ -75,6 +78,8 @@ The XML output produces an XML file with the same name of the mesh under
|
||||||
examination. This file summarize the mesh information.
|
examination. This file summarize the mesh information.
|
||||||
Such xml-schema is designed to be processed by the
|
Such xml-schema is designed to be processed by the
|
||||||
Protégé Ontology Editor and Knowledge Acquisition System.
|
Protégé Ontology Editor and Knowledge Acquisition System.
|
||||||
|
The current xml schema working with Protege version 3.0.
|
||||||
|
Future releases of Protege could not work with this xml schema.
|
||||||
For further details about Protégé see http://protege.stanford.edu .
|
For further details about Protégé see http://protege.stanford.edu .
|
||||||
|
|
||||||
The HTML output creates in the directory where TriMeshInfo is launched a file
|
The HTML output creates in the directory where TriMeshInfo is launched a file
|
||||||
|
|
Loading…
Reference in New Issue