KFbxMesh::KDuplicateVertex Class Reference

#include <kfbxmesh.h>

List of all members.


Detailed Description

Internal structure used to keep the duplicate vertex information.

Definition at line 794 of file kfbxmesh.h.

Public Member Functions

 KDuplicateVertex ()

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.


Member Data Documentation

Index in mPolygonsVertex where the vertex is found.

Definition at line 802 of file kfbxmesh.h.

The new index of the vertex.

Definition at line 805 of file kfbxmesh.h.

The normal associated with this duplicate control point.

Definition at line 806 of file kfbxmesh.h.

The UV associated with this duplicate control point.

Definition at line 807 of file kfbxmesh.h.

The edge index.

Definition at line 809 of file kfbxmesh.h.