|
HDK
|
#include <GLTF_AnimationData.h>
Public Member Functions | |
| void | setId (const GLTF_Index id) |
| GLTF_Index | getId () const |
| void | setName (const char *name) |
| const UT_StringHolder & | getName () const |
| fpreal | getStart () const |
| fpreal | getEnd () const |
| void | setTimeRange (const fpreal begin, const fpreal end) |
| void | setNumChannels (int num) |
| exint | getNumChannels () const |
| GLTF_Channel & | getChannel (int i) |
| const GLTF_Channel & | getChannel (int i) const |
| void | addChannel (const GLTF_Index node_target, const GLTF_ChannelTarget anim_target, const GLTF_Interpolation interpolation, const UT_SharedPtr< GLTF_AnimChannelSource > &anim_source) |
Definition at line 12 of file GLTF_AnimationData.h.
| void GLTF_Animation::addChannel | ( | const GLTF_Index | node_target, |
| const GLTF_ChannelTarget | anim_target, | ||
| const GLTF_Interpolation | interpolation, | ||
| const UT_SharedPtr< GLTF_AnimChannelSource > & | anim_source | ||
| ) |
|
inline |
Definition at line 33 of file GLTF_AnimationData.h.
|
inline |
Definition at line 38 of file GLTF_AnimationData.h.
|
inline |
Definition at line 23 of file GLTF_AnimationData.h.
|
inline |
Definition at line 17 of file GLTF_AnimationData.h.
|
inline |
Definition at line 20 of file GLTF_AnimationData.h.
|
inline |
Definition at line 32 of file GLTF_AnimationData.h.
|
inline |
Definition at line 22 of file GLTF_AnimationData.h.
|
inline |
Definition at line 16 of file GLTF_AnimationData.h.
|
inline |
Definition at line 19 of file GLTF_AnimationData.h.
Definition at line 31 of file GLTF_AnimationData.h.
Definition at line 25 of file GLTF_AnimationData.h.