cis_config
|
Ply structure. More...
#include <PlySerialize.h>
Public Attributes | |
int | nvert |
Number of vertices. | |
int | nface |
Number faces. | |
float ** | vertices |
X, Y, Z positions of vertices. | |
int ** | faces |
Indices of the vertices composing each face. | |
int ** | vertex_colors |
RGB colors of each vertex. | |
int * | nvert_in_face |
Number of vertices in each face. | |
Ply structure.