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::AnimationChannel Struct Reference

#include <qssggltfdocument_p.h>

Collaboration diagram for QSSGGltf::AnimationChannel:

Public Types

enum class  Path { Translation , Rotation , Scale , Weights }

Public Attributes

int sampler = -1
int targetNode = -1
Path path = Path::Translation

Detailed Description

Definition at line 352 of file qssggltfdocument_p.h.

Member Enumeration Documentation

◆ Path

Enumerator
Translation 
Rotation 
Scale 
Weights 

Definition at line 354 of file qssggltfdocument_p.h.

Member Data Documentation

◆ path

Path QSSGGltf::AnimationChannel::path = Path::Translation

Definition at line 363 of file qssggltfdocument_p.h.

◆ sampler

int QSSGGltf::AnimationChannel::sampler = -1

Definition at line 361 of file qssggltfdocument_p.h.

◆ targetNode

int QSSGGltf::AnimationChannel::targetNode = -1

Definition at line 362 of file qssggltfdocument_p.h.


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