|
HDK
|
#include <GLTF_Channel.h>
Inheritance diagram for GLTF_AnimChannelSource:Public Member Functions | |
| GLTF_AnimChannelSource ()=default | |
| virtual | ~GLTF_AnimChannelSource ()=default |
| GLTF_AnimChannelSource (const GLTF_AnimChannelSource &other)=default | |
| GLTF_AnimChannelSource & | operator= (const GLTF_AnimChannelSource &other)=default |
| GLTF_AnimChannelSource (GLTF_AnimChannelSource &&other) | |
| virtual GLTF_AnimChannelSource * | clone ()=0 |
| bool | hasTarget (GLTF_ChannelTarget target) |
| virtual bool | getTranslation (fpreal time, UT_Vector3F &trans)=0 |
| virtual bool | getRotation (fpreal time, UT_Quaternion &rot)=0 |
| virtual bool | getScale (fpreal time, UT_Vector3F &scale)=0 |
| virtual bool | getWeight (fpreal time, float &weight)=0 |
| virtual UT_XformOrder | getXformOrder (fpreal time) const =0 |
Protected Attributes | |
| UT_Set< GLTF_ChannelTarget > | myTargets |
Definition at line 31 of file GLTF_Channel.h.
|
default |
|
virtualdefault |
|
default |
| GLTF_AnimChannelSource::GLTF_AnimChannelSource | ( | GLTF_AnimChannelSource && | other | ) |
|
pure virtual |
Implemented in GLTF_ObjectSource.
|
pure virtual |
Implemented in GLTF_ObjectSource.
|
pure virtual |
Implemented in GLTF_ObjectSource.
|
pure virtual |
Implemented in GLTF_ObjectSource.
Implemented in GLTF_ObjectSource.
|
pure virtual |
Implemented in GLTF_ObjectSource.
| bool GLTF_AnimChannelSource::hasTarget | ( | GLTF_ChannelTarget | target | ) |
|
default |
|
protected |
Definition at line 63 of file GLTF_Channel.h.