FBX C++ API Reference
|
#include <fbxmesh.h>
Internal structure used to keep the duplicate vertex information.
Public Member Functions | |
DuplicateVertex () | |
Public Attributes | |
int | lVertexPolyIndex |
Index in mPolygonsVertex where the vertex is found. More... | |
int | lNewVertexIndex |
The new index of the vertex. More... | |
FbxVector4 | lNormal |
The normal associated with this duplicate control point. More... | |
FbxVector2 | lUV |
The UV associated with this duplicate control point. More... | |
int | lEdgeIndex |
The edge index. More... | |
|
inline |
Definition at line 328 of file fbxmesh.h.
int lVertexPolyIndex |
FbxVector4 lNormal |
FbxVector2 lUV |