FbxLayerElementNormal Class Reference
 
 
 
FbxLayerElementNormal Class Reference

This reference page is linked to from the following overview topics: Meshes, List of Python Fbx classes, Layered Textures.


#include <fbxlayer.h>


Class Description

Layer element for mapping Normals to a geometry.

Remarks:
To be correctly saved in FBX file, this type of Layer element should have its reference mode set to eIndexToDirect.
Examples:

Common/GeometryUtility.cxx, ExportDocument/main.cxx, ExportScene03/main.cxx, ImportScene/DisplayMesh.cxx, Instances/main.cxx, Layers/main.cxx, Normals/main.cxx, ProceduralTexture/main.cxx, UI_Examples/CubeCreator/SDK_Utility.cxx, UserProperties/main.cxx, and ViewScene/SceneCache.cxx.

Definition at line 1268 of file fbxlayer.h.

Inheritance diagram for FbxLayerElementNormal:
FbxLayerElementTemplate< FbxVector4 > FbxLayerElement

List of all members.

Public Member Functions

  FBXSDK_LAYER_ELEMENT_CREATE_DECLARE (LayerElementNormal)
  Allocation method.

Protected Member Functions

  FbxLayerElementNormal ()
  ~FbxLayerElementNormal ()

Constructor & Destructor Documentation

FbxLayerElementNormal ( ) [protected]
~FbxLayerElementNormal ( ) [protected]

Member Function Documentation

FBXSDK_LAYER_ELEMENT_CREATE_DECLARE ( LayerElementNormal  )

Allocation method.

Returns:
A pointer to the layer element or NULL if creation fails.

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