FbxMesh::DuplicateVertex Class Reference
 
 
 
FbxMesh::DuplicateVertex Class Reference

#include <fbxmesh.h>


Class Description

Internal structure used to keep the duplicate vertex information.

Definition at line 322 of file fbxmesh.h.

List of all members.

Public Member Functions

  DuplicateVertex ()

Public Attributes

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

Constructor & Destructor Documentation

DuplicateVertex ( ) [inline]

Definition at line 325 of file fbxmesh.h.

                                          :
                                lVertexPolyIndex(0),
                                lNewVertexIndex(0),
                                lNormal(0, 0, 0),
                                lUV(0, 0),
                                lEdgeIndex(0)
                        {
                        }

Member Data Documentation

Index in mPolygonsVertex where the vertex is found.

Definition at line 334 of file fbxmesh.h.

The new index of the vertex.

Definition at line 335 of file fbxmesh.h.

The normal associated with this duplicate control point.

Definition at line 336 of file fbxmesh.h.

The UV associated with this duplicate control point.

Definition at line 337 of file fbxmesh.h.

The edge index.

Definition at line 338 of file fbxmesh.h.


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