#include
<kfbxmesh.h>
Definition at line 396 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 400 of file kfbxmesh.h.
Index in mPolygonsVertex where the vertex is found.
Definition at line 405 of file kfbxmesh.h.
The new index of the vertex.
Definition at line 408 of file kfbxmesh.h.
The normal associated with this duplicate control point.
Definition at line 409 of file kfbxmesh.h.
The UV associated with this duplicate control point.
Definition at line 410 of file kfbxmesh.h.
The edge index.
Definition at line 412 of file kfbxmesh.h.