#include <fbxmesh.h>
Public Member Functions | |
| VertexNormalInfo () | |
Public Attributes | |
| FbxVector4 | mTotalNormal |
| Sum of all the normals found. | |
| int | mNumNormal |
| Number of normals added. | |
| VertexNormalInfo | ( | ) | [inline] |
Definition at line 334 of file fbxmesh.h.
:
mTotalNormal(0, 0, 0),
mNumNormal(0)
{
}
| int mNumNormal |