Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine  1.5.28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MaterialData.cpp
1#include <Core/Asset/AssetData.hpp>
2#include <Core/Asset/MaterialData.hpp>
3#include <Core/Utils/Log.hpp>
4#include <ostream>
5#include <string>
6
7namespace Ra {
8namespace Core {
9namespace Asset {
10
13 AssetData( name ), m_type( type ) {}
14
15MaterialData::~MaterialData() {}
16
19 using namespace Core::Utils; // log
20 LOG( logERROR ) << "MaterialData : unkonwn material type : " << m_type;
21}
22
23} // namespace Asset
24} // namespace Core
25} // 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:4