Internal structure used to keep the duplicate vertex information.
#include <fbxmesh.h>
Public Member Functions | |
| DuplicateVertex () | |
Public Attributes | |
| int | lVertexPolyIndex |
| Index in mPolygonsVertex where the vertex is found. | |
| int | lNewVertexIndex |
| The new index of the vertex. | |
| FbxVector4 | lNormal |
| The normal associated with this duplicate control point. | |
| FbxVector2 | lUV |
| The UV associated with this duplicate control point. | |
| int | lEdgeIndex |
| The edge index. | |
| DuplicateVertex | ( | ) | [inline] |
Definition at line 314 of file fbxmesh.h.
:
lVertexPolyIndex(0),
lNewVertexIndex(0),
lNormal(0, 0, 0),
lUV(0, 0),
lEdgeIndex(0)
{
}
| int lVertexPolyIndex |
Index in mPolygonsVertex where the vertex is found.
| int lNewVertexIndex |
The normal associated with this duplicate control point.
The UV associated with this duplicate control point.
| int lEdgeIndex |