This reference page is linked to from the following overview topics: FBX SDK 2012, Meshes, Materials and Textures.
Contains the information to generate a texture procedurally.
Data information for the texture generation is contained in a blob property.
ImportScene/DisplayMaterial.cxx, ImportScene/DisplayTexture.cxx, and ProceduralTexture/main.cxx.
Definition at line 54 of file kfbxproceduraltexture.h.
#include <kfbxproceduraltexture.h>
Public Member Functions |
|
virtual KFbxObject & | Copy (const KFbxObject &pObject) |
Copy an object content into this object.
|
|
bool | operator== (KFbxProceduralTexture const &pTexture) const |
Protected Member Functions |
|
KFbxProceduralTexture (KFbxSdkManager &pManager, char const *pName) | |
virtual void | Construct (const KFbxProceduralTexture *pFrom) |
virtual bool | ConstructProperties (bool pForceSet) |
void | Init () |
Procedural Texture Properties |
|
KFbxTypedProperty< fbxBlob > | BlobProp |
This property handles the raw data for
generating procedural texture. |
|
void | Reset () |
Resets the default procedural texture
values. |
|
Property Access Methods |
|
void | SetBlob (KFbxBlob &pBlob) |
Sets the blob. |
|
KFbxBlob | GetBlob () const |
Get the blob. |
KFbxProceduralTexture | ( | KFbxSdkManager & | pManager, |
char const * | pName | ||
) | [protected] |
void Reset | ( | ) | [virtual] |
Resets the default procedural texture values.
Reimplemented from KFbxTexture.
void SetBlob | ( | KFbxBlob & | pBlob | ) |
Sets the blob.
pBlob | Blob containing information for the procedural texture |
KFbxBlob GetBlob | ( | ) | const |
Get the blob.
virtual KFbxObject& Copy | ( | const KFbxObject & | pObject | ) | [virtual] |
Copy an object content into this object.
pObject | The source object to copy data from. |
Reimplemented from KFbxTexture.
bool operator== | ( | KFbxProceduralTexture const & | pTexture | ) | const |
virtual void Construct | ( | const KFbxProceduralTexture * | pFrom | ) | [protected, virtual] |
virtual bool ConstructProperties | ( | bool | pForceSet | ) | [protected, virtual] |
Reimplemented from KFbxTexture.
void Init | ( | ) | [protected] |
Reimplemented from KFbxTexture.
This property handles the raw data for generating procedural texture.
Definition at line 66 of file kfbxproceduraltexture.h.