VTK  9.1.0
Public Attributes | List of all members
vtkGLTFDocumentLoader::Material::PbrMetallicRoughness Struct Reference

#include <vtkGLTFDocumentLoader.h>

Collaboration diagram for vtkGLTFDocumentLoader::Material::PbrMetallicRoughness:
[legend]

Public Attributes

TextureInfo BaseColorTexture
 
std::vector< double > BaseColorFactor
 
TextureInfo MetallicRoughnessTexture
 
float MetallicFactor
 
float RoughnessFactor
 

Detailed Description

Definition at line 300 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ BaseColorTexture

TextureInfo vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::BaseColorTexture

Definition at line 302 of file vtkGLTFDocumentLoader.h.

◆ BaseColorFactor

std::vector<double> vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::BaseColorFactor

Definition at line 303 of file vtkGLTFDocumentLoader.h.

◆ MetallicRoughnessTexture

TextureInfo vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::MetallicRoughnessTexture

Definition at line 305 of file vtkGLTFDocumentLoader.h.

◆ MetallicFactor

float vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::MetallicFactor

Definition at line 306 of file vtkGLTFDocumentLoader.h.

◆ RoughnessFactor

float vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::RoughnessFactor

Definition at line 307 of file vtkGLTFDocumentLoader.h.


The documentation for this struct was generated from the following file: