1 #include <Core/Asset/MaterialData.hpp>
2 #include <Core/Utils/Log.hpp>
12 MaterialData::~MaterialData() {}
16 using namespace Core::Utils;
17 LOG( logERROR ) <<
"MaterialData : unkonwn material type : " << m_type;
virtual void displayInfo() const
DEBUG.
MaterialData(const std::string &name="", const std::string &type="AbstractMaterial")
MATERIAL DATA.