Long name (short name) |
Argument types |
Properties |
-force(-fo) |
|
 |
|
Force evaluation of missing pieces before printing. |
|
-vert(-v) |
|
 |
|
Prints the vertex positions. |
|
-edge(-e) |
|
 |
|
Print the edge description. |
|
-edgeFace(-ef) |
|
 |
|
Prints the edge to face adjascency list. Only available if the
information is already computed on the object. |
|
-vertEdge(-ve) |
|
 |
|
Prints the vertex to edge adjascency list. Only available if
the information is already computed on the object. |
|
-face(-f) |
|
 |
|
Print the faces description |
|
-triangle(-t) |
|
 |
|
Prints the triangles per face. Only available if the
information is already computed on the object. |
|
-faceNorm(-fn) |
|
 |
|
Prints the normals per face. Only available if the information
is already computed on the object. |
|
-vertNorm(-vn) |
|
 |
|
Prints the normals per vertex. Only available if the
information is already computed on the object. |
|
-normDesc(-nd) |
|
 |
|
Prints the normals per vertex description. Each integer is an
entry in the vertNorm array. Only available if the information is
already computed on the object. |
|
-group(-g) |
|
 |
|
Print the groups of the object. |
|
-uvValue(-uv) |
|
 |
|
Prints the UV positions. In case of multiple UV sets, all sets
are printed. |
|
-uvDesc(-uvd) |
|
 |
|
Print the UV description. Each integer is an entry in the
uvValue array. |
|
-color(-c) |
|
 |
|
Prints the color per vertex. In case of multiple sets, all sets
are printed. |
|
-colorDesc(-cd) |
|
 |
|
Print the color per vertex description. Each integer is an
entry in the color array. |
|
-allValues(-a) |
|
 |
|
Shortcut for setting all the flags above |
|
-noOutput(-no) |
|
 |
|
Dont output any data. Would be useful if you want to just
evaluate the data, for testing purposes. |
|