// // // Generated by StarUML(tm) C++ Add-In // // @ Project : MayaMELObjectExport // @ File Name : ExpMaterial.h // @ Date : 2007-2-23 // @ Author : kongfu.yang // @ Company : http://www.play3d.net // @ Copyright : 2007-2, Example source license. By keep this header comment, you may use this source file in your project for non-commicial or commicial purpose. #if !defined(_EXPMATERIAL_H) #define _EXPMATERIAL_H #include "Vector3.h" class ExpMaterial { public: unsigned int nameLength; char* name; Vector3 ambientColor; Vector3 diffuseColor; Vector3 specularColor; float transparency; float cosinePower; }; #endif //_EXPMATERIAL_H