3#include <Engine/RaEngine.hpp>
40namespace EngineMaterialConverters {
75RA_ENGINE_API
bool cleanup();
represent material data loaded by a file loader. Material data must be identified by a unique name....
Base class for materials.
bool removeMaterialConverter(const std::string &name)
bool registerMaterialConverter(const std::string &name, ConverterFunction converter)
std::pair< bool, ConverterFunction > getMaterialConverter(const std::string &name)
Ra::Engine::Data::Material * RadiumMaterialPtr
hepler function to manage enum as underlying types in VariableSet