![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssggltfdocument_p.h>
Public Types | |
| enum class | Interpolation { Linear , Step , CubicSpline } |
Public Attributes | |
| int | input = -1 |
| int | output = -1 |
| Interpolation | interpolation = Interpolation::Linear |
Definition at line 339 of file qssggltfdocument_p.h.
|
strong |
| Enumerator | |
|---|---|
| Linear | |
| Step | |
| CubicSpline | |
Definition at line 341 of file qssggltfdocument_p.h.
| int QSSGGltf::AnimationSampler::input = -1 |
Definition at line 347 of file qssggltfdocument_p.h.
| Interpolation QSSGGltf::AnimationSampler::interpolation = Interpolation::Linear |
Definition at line 349 of file qssggltfdocument_p.h.
| int QSSGGltf::AnimationSampler::output = -1 |
Definition at line 348 of file qssggltfdocument_p.h.