Internal structure used to keep the duplicate vertex information.
#include <fbxmesh.h>
Public Member Functions |
|
| DuplicateVertex () | |
| Constructor. |
|
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] |
Constructor.
Definition at line 398 of file fbxmesh.h.
:
lVertexPolyIndex(0),
lNewVertexIndex(0),
lNormal(0,0,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 |