FbxMesh::VertexNormalInfo Class Reference
 
 
 
FbxMesh::VertexNormalInfo Class Reference

#include <fbxmesh.h>


Class Description

Internal structure used to compute the normals on a mesh.

Definition at line 342 of file fbxmesh.h.

List of all members.

Public Member Functions

  VertexNormalInfo ()

Public Attributes

FbxVector4  mTotalNormal
  Sum of all the normals found.
int  mNumNormal
  Number of normals added.

Constructor & Destructor Documentation

VertexNormalInfo ( ) [inline]

Definition at line 345 of file fbxmesh.h.

                                           :
                                mTotalNormal(0, 0, 0),
                                mNumNormal(0)
                        {
                        }

Member Data Documentation

Sum of all the normals found.

Definition at line 351 of file fbxmesh.h.

Number of normals added.

Definition at line 352 of file fbxmesh.h.


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