KFbxMesh::KVertexNormalInfo
#include<kfbxmesh.h>

List of all members.

Detailed Description

Internal structure used to compute the normals on a mesh.

Definition at line367of filekfbxmesh.h.


Public Attributes

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

Member Data Documentation

Sum of all the normals found.

Definition at line374of filekfbxmesh.h.

Number of normals added.

Definition at line377of filekfbxmesh.h.