#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. |
|
| 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 325 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 |