tools/toolmaterial/ortoolmaterial_tool.h
#ifndef __ORTOOL_TEMPLATE_TOOL_H__
#define __ORTOOL_TEMPLATE_TOOL_H__
#define ORTOOLMATERIAL__CLASSNAME ORToolMaterial
#define ORTOOLMATERIAL__CLASSSTR "ORToolMaterial"
class ORToolMaterial : public FBTool
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
void UICreate ();
void UIConfigure ();
void UIReset ();
void UIRefresh ();
virtual bool FbxStore ( FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat );
virtual bool FbxRetrieve ( FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat );
private:
private:
FBSystem mSystem;
private:
FBLabel mLabelDirections;
FBButton mButtonTest;
FBLabel mLabelMaterial;
FBList mListMaterials;
FBLabel mLabelTransparency;
FBSlider mSliderMaterial;
};
#endif