Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSSGGltf::AnimationSampler Struct Reference

#include <qssggltfdocument_p.h>

Collaboration diagram for QSSGGltf::AnimationSampler:

Public Types

enum class  Interpolation { Linear , Step , CubicSpline }

Public Attributes

int input = -1
int output = -1
Interpolation interpolation = Interpolation::Linear

Detailed Description

Definition at line 339 of file qssggltfdocument_p.h.

Member Enumeration Documentation

◆ Interpolation

Enumerator
Linear 
Step 
CubicSpline 

Definition at line 341 of file qssggltfdocument_p.h.

Member Data Documentation

◆ input

int QSSGGltf::AnimationSampler::input = -1

Definition at line 347 of file qssggltfdocument_p.h.

◆ interpolation

Interpolation QSSGGltf::AnimationSampler::interpolation = Interpolation::Linear

Definition at line 349 of file qssggltfdocument_p.h.

◆ output

int QSSGGltf::AnimationSampler::output = -1

Definition at line 348 of file qssggltfdocument_p.h.


The documentation for this struct was generated from the following file: