#include
<kfbxmesh.h>
Definition at line 368 of file kfbxmesh.h.
Public Member Functions |
|
KDuplicateVertex () | |
Constructor. |
|
Public Attributes |
|
int | lVertexPolyIndex |
Index in mPolygonsVertex where the vertex is
found. |
|
int | lNewVertexIndex |
The new index of the vertex. |
|
KFbxVector4 | lNormal |
The normal associated with this duplicate
control point. |
|
KFbxVector2 | lUV |
The UV associated with this duplicate
control point. |
|
int | lEdgeIndex |
The edge index. |
KDuplicateVertex | ( | ) | [inline] |
Constructor.
Definition at line 372 of file kfbxmesh.h.
int lVertexPolyIndex |
Index in mPolygonsVertex where the vertex is found.
Definition at line 377 of file kfbxmesh.h.
int lNewVertexIndex |
The new index of the vertex.
Definition at line 380 of file kfbxmesh.h.
The normal associated with this duplicate control point.
Definition at line 381 of file kfbxmesh.h.
The UV associated with this duplicate control point.
Definition at line 382 of file kfbxmesh.h.
int lEdgeIndex |
The edge index.
Definition at line 384 of file kfbxmesh.h.