|
enum class | Type { Linear
, Step
, CubicSpline
} |
|
Definition at line 443 of file gltf.h.
◆ Type
enum class fx::gltf::Animation::Sampler::Type |
|
strong |
◆ extensionsAndExtras
nlohmann::json fx::gltf::Animation::Sampler::extensionsAndExtras {} |
◆ input
int32_t fx::gltf::Animation::Sampler::input { -1 } |
◆ interpolation
Type fx::gltf::Animation::Sampler::interpolation { Sampler::Type::Linear } |
◆ output
int32_t fx::gltf::Animation::Sampler::output { -1 } |
The documentation for this struct was generated from the following file: