added attributes
This commit is contained in:
parent
2705825f50
commit
ae0d30d3e5
|
@ -32,7 +32,7 @@ and retrieval.
|
||||||
|
|
||||||
For each analyzed dataset the following information are extracted:
|
For each analyzed dataset the following information are extracted:
|
||||||
|
|
||||||
* Number of Vertices (Unreferenced vertices are listed separately)
|
* Number of Vertices
|
||||||
* Number of Faces
|
* Number of Faces
|
||||||
* Number of Edges
|
* Number of Edges
|
||||||
* Number of Connected Components
|
* Number of Connected Components
|
||||||
|
@ -49,6 +49,7 @@ For each analyzed dataset the following information are extracted:
|
||||||
for each internal vertex, and 4 incident edges for each vertex on the
|
for each internal vertex, and 4 incident edges for each vertex on the
|
||||||
boundary. In all other cases we consider the mesh irregular.)
|
boundary. In all other cases we consider the mesh irregular.)
|
||||||
* Volume
|
* Volume
|
||||||
|
* Attribute present on mesh (colors, texture coords etc);
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue