5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
21 static constexpr const char* TypeName =
"AnimationSampler";
31 inline static const std::string LINEAR =
"LINEAR";
36 inline static const std::string STEP =
"STEP";
44 inline static const std::string CUBICSPLINE =
"CUBICSPLINE";
62 std::string interpolation = Interpolation::LINEAR;
Classes for working with glTF models.
Known values for Interpolation algorithm.
An animation sampler combines timestamps with a sequence of output values and defines an interpolatio...
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...