#include <import_fbx.h>
Public Member Functions | |
Info () | |
Public Attributes | |
vcg::CallBackPos * | cb |
a Simple callback that can be used for long obj parsing. | |
int | mask |
It returns a bit mask describing the field preesnt in the ply file. | |
int | numFaces |
int | numMeshPatches |
number meshes inside the fbx file | |
int | numVertices |
number of vertices |
Definition at line 30 of file import_fbx.h.
ImporterFBX< OpenMeshType >::Info::Info | ( | ) | [inline] |
Definition at line 34 of file import_fbx.h.
vcg::CallBackPos* ImporterFBX< OpenMeshType >::Info::cb |
a Simple callback that can be used for long obj parsing.
Definition at line 48 of file import_fbx.h.
int ImporterFBX< OpenMeshType >::Info::mask |
It returns a bit mask describing the field preesnt in the ply file.
Definition at line 44 of file import_fbx.h.
int ImporterFBX< OpenMeshType >::Info::numFaces |
number of faces (the number of triangles could be larger in presence of polygonal faces
Definition at line 54 of file import_fbx.h.
int ImporterFBX< OpenMeshType >::Info::numMeshPatches |
number meshes inside the fbx file
Definition at line 56 of file import_fbx.h.
int ImporterFBX< OpenMeshType >::Info::numVertices |
number of vertices
Definition at line 51 of file import_fbx.h.