Radium Engine
1.5.0
|
#include <Engine/Data/RenderParameters.hpp>
Public Member Functions | |
virtual nlohmann::json | getParametersMetadata () const =0 |
Get a json containing metadata about the parameters. More... | |
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 edition of parameter set
Definition at line 345 of file RenderParameters.hpp.
|
pure virtual |
Get a json containing metadata about the parameters.
Implemented in Ra::Engine::Data::VolumetricMaterial, Ra::Engine::Data::PlainMaterial, Ra::Engine::Data::LambertianMaterial, and Ra::Engine::Data::BlinnPhongMaterial.