|
VTK
9.4.2
|
#include <vtkGLTFDocumentLoader.h>
Public Attributes | |
| TextureInfo | BaseColorTexture |
| std::vector< double > | BaseColorFactor |
| TextureInfo | MetallicRoughnessTexture |
| float | MetallicFactor |
| float | RoughnessFactor |
Definition at line 309 of file vtkGLTFDocumentLoader.h.
| TextureInfo vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::BaseColorTexture |
Definition at line 311 of file vtkGLTFDocumentLoader.h.
| std::vector<double> vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::BaseColorFactor |
Definition at line 312 of file vtkGLTFDocumentLoader.h.
| TextureInfo vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::MetallicRoughnessTexture |
Definition at line 314 of file vtkGLTFDocumentLoader.h.
| float vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::MetallicFactor |
Definition at line 315 of file vtkGLTFDocumentLoader.h.
| float vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::RoughnessFactor |
Definition at line 316 of file vtkGLTFDocumentLoader.h.