![]() |
PeriDyno 1.2.1
|
#include <VulkanglTFModel.h>
Public Types | |
| enum | InterpolationType { LINEAR , STEP , CUBICSPLINE } |
Public Attributes | |
| InterpolationType | interpolation |
| std::vector< float > | inputs |
| std::vector< glm::vec4 > | outputsVec4 |
Definition at line 197 of file VulkanglTFModel.h.
| Enumerator | |
|---|---|
| LINEAR | |
| STEP | |
| CUBICSPLINE | |
Definition at line 198 of file VulkanglTFModel.h.
| std::vector<float> vkglTF::AnimationSampler::inputs |
Definition at line 200 of file VulkanglTFModel.h.
| InterpolationType vkglTF::AnimationSampler::interpolation |
Definition at line 199 of file VulkanglTFModel.h.
| std::vector<glm::vec4> vkglTF::AnimationSampler::outputsVec4 |
Definition at line 201 of file VulkanglTFModel.h.