VTK
9.1.0
|
#include <vtkGLTFDocumentLoader.h>
Public Attributes | |
TextureInfo | BaseColorTexture |
std::vector< double > | BaseColorFactor |
TextureInfo | MetallicRoughnessTexture |
float | MetallicFactor |
float | RoughnessFactor |
Definition at line 300 of file vtkGLTFDocumentLoader.h.
TextureInfo vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::BaseColorTexture |
Definition at line 302 of file vtkGLTFDocumentLoader.h.
std::vector<double> vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::BaseColorFactor |
Definition at line 303 of file vtkGLTFDocumentLoader.h.
TextureInfo vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::MetallicRoughnessTexture |
Definition at line 305 of file vtkGLTFDocumentLoader.h.
float vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::MetallicFactor |
Definition at line 306 of file vtkGLTFDocumentLoader.h.
float vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::RoughnessFactor |
Definition at line 307 of file vtkGLTFDocumentLoader.h.