#include
<kfbxlayeredtexture.h>
For example, you can access individual texture by:
KFbxTexture* pIndiTexture = lLayeredTexture->GetSrcObject(KFbxTexture::ClassId, pTextureIndex);
Definition at line 55 of file kfbxlayeredtexture.h.
Public Types |
|
enum | EBlendMode
{ eTRANSLUCENT, eADDITIVE, eMODULATE, eMODULATE2, eOVER } |
Blend modes. More... |
|
Public Member Functions |
|
bool | operator== (const KFbxLayeredTexture &pOther) const |
Equivalence operator. |
|
bool | SetTextureBlendMode (int pIndex, EBlendMode pMode) |
Sets the blending mode of a specified
texture. |
|
bool | GetTextureBlendMode (int pIndex, EBlendMode &pMode) const |
Returns the blending mode of a specified
texture. |
enum EBlendMode |
Blend modes.
Reimplemented from KFbxTexture.
Definition at line 67 of file kfbxlayeredtexture.h.
bool operator== | ( | const KFbxLayeredTexture & | pOther | ) | const |
Equivalence operator.
pOther | The object for comparison. |
True
if pOther is equivalent to this object,
returns false
otherwise.bool SetTextureBlendMode | ( | int | pIndex, | |
EBlendMode | pMode | |||
) |
Sets the blending mode of a specified texture.
pIndex | The texture index. | |
pMode | The blend mode to be set. |
True
if successful, returns false
otherwise.bool GetTextureBlendMode | ( | int | pIndex, | |
EBlendMode & | pMode | |||
) | const |
Returns the blending mode of a specified texture.
pIndex | The texture index. | |
pMode | The parameter that will hold the returned blend mode. |
True
if successful, returns false
otherwise.