PeriDyno 1.0.0
Loading...
Searching...
No Matches
vkglTF::AnimationSampler Struct Reference

#include <VulkanglTFModel.h>

Public Types

enum  InterpolationType { LINEAR , STEP , CUBICSPLINE }
 

Public Attributes

InterpolationType interpolation
 
std::vector< float > inputs
 
std::vector< glm::vec4 > outputsVec4
 

Detailed Description

Definition at line 197 of file VulkanglTFModel.h.

Member Enumeration Documentation

◆ InterpolationType

Enumerator
LINEAR 
STEP 
CUBICSPLINE 

Definition at line 198 of file VulkanglTFModel.h.

Member Data Documentation

◆ inputs

std::vector<float> vkglTF::AnimationSampler::inputs

Definition at line 200 of file VulkanglTFModel.h.

◆ interpolation

InterpolationType vkglTF::AnimationSampler::interpolation

Definition at line 199 of file VulkanglTFModel.h.

◆ outputsVec4

std::vector<glm::vec4> vkglTF::AnimationSampler::outputsVec4

Definition at line 201 of file VulkanglTFModel.h.


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