5 #include "CesiumGltf/AnimationChannel.h"
6 #include "CesiumGltf/AnimationSampler.h"
7 #include "CesiumGltf/Library.h"
8 #include "CesiumGltf/NamedObject.h"
17 static inline constexpr
const char* TypeName =
"Animation";
24 std::vector<CesiumGltf::AnimationChannel>
channels;
31 std::vector<CesiumGltf::AnimationSampler>
samplers;
Classes for working with glTF models.
std::vector< CesiumGltf::AnimationSampler > samplers
An array of animation samplers. An animation sampler combines timestamps with a sequence of output va...
std::vector< CesiumGltf::AnimationChannel > channels
An array of animation channels. An animation channel combines an animation sampler with a target prop...
The base class for objects in a glTF that have a name.