KFbxMesh::KDuplicateVertex
#include<kfbxmesh.h>

List of all members.

Detailed Description

Internal structure used to keep the duplicate vertex information.

Definition at line348of filekfbxmesh.h.


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 line356of filekfbxmesh.h.

The new index of the vertex.

Definition at line359of filekfbxmesh.h.

The normal associated with this duplicate control point.

Definition at line360of filekfbxmesh.h.

The UV associated with this duplicate control point.

Definition at line361of filekfbxmesh.h.

The edge index.

Definition at line363of filekfbxmesh.h.