Assimp  v3.1.1 (June 2014)
glTF::Animation::AnimSampler Struct Reference

Public Attributes

std::string id
 The ID of this sampler. More...
 
std::string input
 The ID of a parameter in this animation to use as key-frame input. More...
 
std::string interpolation
 Type of interpolation algorithm to use between key-frames. More...
 
std::string output
 The ID of a parameter in this animation to use as key-frame output. More...
 

Member Data Documentation

◆ id

std::string glTF::Animation::AnimSampler::id

The ID of this sampler.

◆ input

std::string glTF::Animation::AnimSampler::input

The ID of a parameter in this animation to use as key-frame input.

◆ interpolation

std::string glTF::Animation::AnimSampler::interpolation

Type of interpolation algorithm to use between key-frames.

◆ output

std::string glTF::Animation::AnimSampler::output

The ID of a parameter in this animation to use as key-frame output.


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