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