|
VTK
9.3.1
|
#include <vtkGLTFDocumentLoader.h>
Public Attributes | |
| TextureInfo | BaseColorTexture |
| std::vector< double > | BaseColorFactor |
| TextureInfo | MetallicRoughnessTexture |
| float | MetallicFactor |
| float | RoughnessFactor |
Definition at line 294 of file vtkGLTFDocumentLoader.h.
| TextureInfo vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::BaseColorTexture |
Definition at line 296 of file vtkGLTFDocumentLoader.h.
| std::vector<double> vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::BaseColorFactor |
Definition at line 297 of file vtkGLTFDocumentLoader.h.
| TextureInfo vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::MetallicRoughnessTexture |
Definition at line 299 of file vtkGLTFDocumentLoader.h.
| float vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::MetallicFactor |
Definition at line 300 of file vtkGLTFDocumentLoader.h.
| float vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::RoughnessFactor |
Definition at line 301 of file vtkGLTFDocumentLoader.h.