FbxLayerElementUV Class Reference
 
 
 
FbxLayerElementUV Class Reference

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


#include <fbxlayer.h>


Class Description

Layer element for mapping UVs to a geometry.

This class represents a UV set belongs to a geometry. Each UV set in a geometry has a name to identify itself. The string property FbxTexture.UVSet indicates the UV set to use.

Remarks:
if the Mapping mode of this LayerElement is eNone, the stored data should be treated as irrelevant. In some circumstances, you can still send this data to systems that cannot function without UV coordinates, but ensure that you have enough coordinates to do so.
See also:
FbxTexture
Examples:

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

Definition at line 1443 of file fbxlayer.h.

Inheritance diagram for FbxLayerElementUV:
FbxLayerElementTemplate< FbxVector2 > FbxLayerElement

List of all members.

Public Member Functions

  FBXSDK_LAYER_ELEMENT_CREATE_DECLARE (LayerElementUV)
  Allocation method.

Protected Member Functions

  FbxLayerElementUV ()
  ~FbxLayerElementUV ()

Constructor & Destructor Documentation

FbxLayerElementUV ( ) [protected]
~FbxLayerElementUV ( ) [protected]

Member Function Documentation

FBXSDK_LAYER_ELEMENT_CREATE_DECLARE ( LayerElementUV  )

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: