Radium Engine
1.5.20
|
Interface to define metadata (constraints, description, ...) for the editing of parameter set. More...
#include <Engine/Data/RenderParameters.hpp>
Public Member Functions | |
virtual nlohmann::json | getParametersMetadata () const =0 |
Get a json containing metadata about the parameters. | |
Static Public Member Functions | |
static void | loadMetaData (const std::string &basename, nlohmann::json &destination) |
Load the ParameterSet description. | |
Interface to define metadata (constraints, description, ...) for the editing of parameter set.
Definition at line 148 of file RenderParameters.hpp.
|
pure virtual |
Get a json containing metadata about the parameters.
Implemented in Ra::Engine::Data::BlinnPhongMaterial, Ra::Engine::Data::LambertianMaterial, Ra::Engine::Data::PlainMaterial, and Ra::Engine::Data::VolumetricMaterial.
|
static |
Load the ParameterSet description.
Definition at line 12 of file RenderParameters.cpp.