FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxMesh::DuplicateVertex Class Reference

#include <fbxmesh.h>

Class Description

Internal structure used to keep the duplicate vertex information.

Definition at line 325 of file fbxmesh.h.

Public Member Functions

 DuplicateVertex ()
 

Public Attributes

int lVertexPolyIndex
 Index in mPolygonsVertex where the vertex is found. More...
 
int lNewVertexIndex
 The new index of the vertex. More...
 
FbxVector4 lNormal
 The normal associated with this duplicate control point. More...
 
FbxVector2 lUV
 The UV associated with this duplicate control point. More...
 
int lEdgeIndex
 The edge index. More...
 

Constructor & Destructor Documentation

◆ DuplicateVertex()

DuplicateVertex ( )
inline

Definition at line 328 of file fbxmesh.h.

328  :
329  lVertexPolyIndex(0),
330  lNewVertexIndex(0),
331  lNormal(0, 0, 0),
332  lUV(0, 0),
333  lEdgeIndex(0)
334  {
335  }
int lNewVertexIndex
The new index of the vertex.
Definition: fbxmesh.h:338
int lEdgeIndex
The edge index.
Definition: fbxmesh.h:341
FbxVector4 lNormal
The normal associated with this duplicate control point.
Definition: fbxmesh.h:339
int lVertexPolyIndex
Index in mPolygonsVertex where the vertex is found.
Definition: fbxmesh.h:337
FbxVector2 lUV
The UV associated with this duplicate control point.
Definition: fbxmesh.h:340

Member Data Documentation

◆ lVertexPolyIndex

int lVertexPolyIndex

Index in mPolygonsVertex where the vertex is found.

Definition at line 337 of file fbxmesh.h.

◆ lNewVertexIndex

int lNewVertexIndex

The new index of the vertex.

Definition at line 338 of file fbxmesh.h.

◆ lNormal

FbxVector4 lNormal

The normal associated with this duplicate control point.

Definition at line 339 of file fbxmesh.h.

◆ lUV

The UV associated with this duplicate control point.

Definition at line 340 of file fbxmesh.h.

◆ lEdgeIndex

int lEdgeIndex

The edge index.

Definition at line 341 of file fbxmesh.h.


The documentation for this class was generated from the following file: