17 #ifndef _RENDERING_MATERIAL_HH_    18 #define _RENDERING_MATERIAL_HH_    32     class GZ_RENDERING_VISIBLE Material
    35       public: 
static void CreateMaterials();
    48       public: 
static bool GetMaterialAsColor(
const std::string &_materialName,
    49           common::Color &_ambient, common::Color &_diffuse,
    50           common::Color &_specular, common::Color &_emissive);
 Encapsulates description of a material. 
Definition: common/Material.hh:34
 
Forward declarations for the common classes. 
Definition: Animation.hh:33