|
HDK
|
#include <GLTF_AnimationData.h>
Public Member Functions | |
| bool | hasAnimations () const |
| void | setNumAnimations (GLTF_Index count) |
| exint | numAnimations () const |
| GLTF_Animation & | getAnimation (GLTF_Index id) |
| const GLTF_Animation & | getAnimation (GLTF_Index id) const |
| void | clear () |
| bool | isNodeAnimated (const GLTF_Index node_id) const |
| const GLTF_Channel * | findChannel (GLTF_ChannelTarget target, const GLTF_Index node_id) const |
Definition at line 59 of file GLTF_AnimationData.h.
|
inline |
Definition at line 88 of file GLTF_AnimationData.h.
| const GLTF_Channel* GLTF_AnimationData::findChannel | ( | GLTF_ChannelTarget | target, |
| const GLTF_Index | node_id | ||
| ) | const |
|
inline |
Definition at line 77 of file GLTF_AnimationData.h.
|
inline |
Definition at line 82 of file GLTF_AnimationData.h.
|
inline |
Definition at line 62 of file GLTF_AnimationData.h.
| bool GLTF_AnimationData::isNodeAnimated | ( | const GLTF_Index | node_id | ) | const |
|
inline |
Definition at line 72 of file GLTF_AnimationData.h.
|
inline |
Definition at line 67 of file GLTF_AnimationData.h.