VTK  9.6.1
vtkGLTFDocumentLoader::Sampler Struct Reference

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

#include <vtkGLTFDocumentLoader.h>

Inheritance diagram for vtkGLTFDocumentLoader::Sampler:
[legend]
Collaboration diagram for vtkGLTFDocumentLoader::Sampler:
[legend]

Public Attributes

std::string Name
Public Attributes inherited from GLTFSampler
FilterType MagFilter
FilterType MinFilter
WrapType WrapS
WrapType WrapT

Additional Inherited Members

Public Types inherited from GLTFSampler
enum  FilterType : unsigned short {
  NEAREST = 9728 , LINEAR = 9729 , NEAREST_MIPMAP_NEAREST = 9984 , LINEAR_MIPMAP_NEAREST = 9985 ,
  NEAREST_MIPMAP_LINEAR = 9986 , LINEAR_MIPMAP_LINEAR = 9987
}
enum  WrapType : unsigned short { CLAMP_TO_EDGE = 33071 , MIRRORED_REPEAT = 33648 , REPEAT = 10497 }

Detailed Description

This struct describes a glTF sampler object.

Samplers specify filter and wrapping options corresponding to GL types.

Definition at line 358 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ Name

std::string vtkGLTFDocumentLoader::Sampler::Name

Definition at line 360 of file vtkGLTFDocumentLoader.h.


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