Radium Engine  1.5.20
Loading...
Searching...
No Matches
MaterialData.cpp
1#include <Core/Asset/MaterialData.hpp>
2#include <Core/Utils/Log.hpp>
3
4namespace Ra {
5namespace Core {
6namespace Asset {
7
10 AssetData( name ), m_type( type ) {}
11
12MaterialData::~MaterialData() {}
13
16 using namespace Core::Utils; // log
17 LOG( logERROR ) << "MaterialData : unkonwn material type : " << m_type;
18}
19
20} // namespace Asset
21} // namespace Core
22} // namespace Ra
virtual void displayInfo() const
DEBUG.
MaterialData(const std::string &name="", const std::string &type="AbstractMaterial")
MATERIAL DATA.
hepler function to manage enum as underlying types in VariableSet
Definition Cage.cpp:3