#include <string>
#include <gz/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::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 | |
sdf | |
namespace for Simulation Description Format parser | |
sdf::SDF_VERSION_NAMESPACE | |
Enumerations | |
enum | sdf::SDF_VERSION_NAMESPACE::NormalMapSpace : int { sdf::SDF_VERSION_NAMESPACE::NormalMapSpace::TANGENT = 0, sdf::SDF_VERSION_NAMESPACE::NormalMapSpace::OBJECT = 1 } |
Space the normal map is defined in. More... | |
enum | sdf::SDF_VERSION_NAMESPACE::PbrWorkflowType : int { sdf::SDF_VERSION_NAMESPACE::PbrWorkflowType::NONE = 0, sdf::SDF_VERSION_NAMESPACE::PbrWorkflowType::METAL = 1, sdf::SDF_VERSION_NAMESPACE::PbrWorkflowType::SPECULAR = 2 } |
Type of PBR workflow. More... | |