VTK  9.3.20240425
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 309 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ BaseColorTexture

TextureInfo vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::BaseColorTexture

Definition at line 311 of file vtkGLTFDocumentLoader.h.

◆ BaseColorFactor

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

Definition at line 312 of file vtkGLTFDocumentLoader.h.

◆ MetallicRoughnessTexture

TextureInfo vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::MetallicRoughnessTexture

Definition at line 314 of file vtkGLTFDocumentLoader.h.

◆ MetallicFactor

float vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::MetallicFactor

Definition at line 315 of file vtkGLTFDocumentLoader.h.

◆ RoughnessFactor

float vtkGLTFDocumentLoader::Material::PbrMetallicRoughness::RoughnessFactor

Definition at line 316 of file vtkGLTFDocumentLoader.h.


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