VTK  9.3.20240418
Public Attributes | List of all members
vtkGLTFDocumentLoader::Texture Struct Reference

This struct describes a glTF texture object. More...

#include <vtkGLTFDocumentLoader.h>

Public Attributes

int Sampler
 
int Source
 
std::string Name
 

Detailed Description

This struct describes a glTF texture object.

A texture is defined two indexes, one to an image resource, and the second to a sampler index.

Definition at line 343 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ Sampler

int vtkGLTFDocumentLoader::Texture::Sampler

Definition at line 345 of file vtkGLTFDocumentLoader.h.

◆ Source

int vtkGLTFDocumentLoader::Texture::Source

Definition at line 346 of file vtkGLTFDocumentLoader.h.

◆ Name

std::string vtkGLTFDocumentLoader::Texture::Name

Definition at line 347 of file vtkGLTFDocumentLoader.h.


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