#include <string>#include <ignition/utils/ImplPtr.hh>#include "sdf/Element.hh"#include "sdf/Types.hh"#include "sdf/sdf_config.h"#include "sdf/system_util.hh"
Go to the source code of this file.
Classes | |
| class | sdf::v11::Pbr |
| This class provides access to Physically-Based-Rendering (PBR) material workflows. More... | |
| class | sdf::v11::PbrWorkflow |
| This class contains Physically-Based-Rendering (PBR) workflow properties. More... | |
Namespaces | |
| sdf | |
| namespace for Simulation Description Format parser | |
| sdf::v11 | |
Enumerations | |
| enum | sdf::v11::NormalMapSpace : int { sdf::v11::NormalMapSpace::TANGENT = 0, sdf::v11::NormalMapSpace::OBJECT = 1 } |
| Space the normal map is defined in. More... | |
| enum | sdf::v11::PbrWorkflowType : int { sdf::v11::PbrWorkflowType::NONE = 0, sdf::v11::PbrWorkflowType::METAL = 1, sdf::v11::PbrWorkflowType::SPECULAR = 2 } |
| Type of PBR workflow. More... | |