#include <string>
#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::v9::Pbr |
This class provides access to Physically-Based-Rendering (PBR) material workflows. More... | |
class | sdf::v9::PbrWorkflow |
This class contains Physically-Based-Rendering (PBR) workflow properties. More... | |
Namespaces | |
sdf | |
namespace for Simulation Description Format parser | |
sdf::v9 | |
Enumerations | |
enum | sdf::v9::NormalMapSpace : int { sdf::v9::NormalMapSpace::TANGENT = 0, sdf::v9::NormalMapSpace::OBJECT = 1 } |
Space the normal map is defined in. More... | |
enum | sdf::v9::PbrWorkflowType : int { sdf::v9::PbrWorkflowType::NONE = 0, sdf::v9::PbrWorkflowType::METAL = 1, sdf::v9::PbrWorkflowType::SPECULAR = 2 } |
Type of PBR workflow. More... | |