Assimp  v4.1. (December 2018)
glTF2::Animation::Sampler Struct Reference

Public Member Functions

 Sampler ()
 

Public Attributes

Ref< Accessorinput
 Accessor reference to the buffer storing the key-frame times. More...
 
Interpolation interpolation
 Type of interpolation algorithm to use between key-frames. More...
 
Ref< Accessoroutput
 Accessor reference to the buffer storing the key-frame values. More...
 

Constructor & Destructor Documentation

◆ Sampler()

glTF2::Animation::Sampler::Sampler ( )
inline

Member Data Documentation

◆ input

Ref<Accessor> glTF2::Animation::Sampler::input

Accessor reference to the buffer storing the key-frame times.

◆ interpolation

Interpolation glTF2::Animation::Sampler::interpolation

Type of interpolation algorithm to use between key-frames.

◆ output

Ref<Accessor> glTF2::Animation::Sampler::output

Accessor reference to the buffer storing the key-frame values.


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