gz/common/Pbr.hh File Reference
#include <string>#include <ignition/utils/ImplPtr.hh>#include <gz/common/config.hh>#include <gz/common/graphics/Export.hh>Go to the source code of this file.
Classes | |
| class | Pbr |
| This class contains Physically-Based-Rendering (PBR) workflow properties. More... | |
Namespaces | |
| ignition | |
| Forward declarations for the common classes. | |
| ignition::common | |
Enumerations | |
| enum | NormalMapSpace : int { TANGENT = 0, OBJECT = 1 } |
| Space the normal map is defined in. More... | |
| enum | PbrType : int { NONE = 0, METAL = 1, SPECULAR = 2 } |
| Type of PBR workflow. More... | |