|
VTK
9.5.20251215
|
This struct describes a glTF animation object. More...
#include <vtkGLTFDocumentLoader.h>
Classes | |
| struct | Channel |
| struct | Sampler |
Public Attributes | |
| float | Duration |
| std::set< float > | AllTimestamps |
| std::vector< Animation::Channel > | Channels |
| std::vector< Animation::Sampler > | Samplers |
| std::string | Name |
This struct describes a glTF animation object.
Animations contain multiple channel and sampler objects. Channels define the target node and value to be animated. Samplers define keyframes and how to interpolate in between them.
Definition at line 395 of file vtkGLTFDocumentLoader.h.
| float vtkGLTFDocumentLoader::Animation::Duration |
Definition at line 434 of file vtkGLTFDocumentLoader.h.
| std::set<float> vtkGLTFDocumentLoader::Animation::AllTimestamps |
Definition at line 435 of file vtkGLTFDocumentLoader.h.
| std::vector<Animation::Channel> vtkGLTFDocumentLoader::Animation::Channels |
Definition at line 436 of file vtkGLTFDocumentLoader.h.
| std::vector<Animation::Sampler> vtkGLTFDocumentLoader::Animation::Samplers |
Definition at line 437 of file vtkGLTFDocumentLoader.h.
| std::string vtkGLTFDocumentLoader::Animation::Name |
Definition at line 438 of file vtkGLTFDocumentLoader.h.