#include <hmorphanim.h>
Public Member Functions | |
| TimeCodedMorphKeysClass (void) | |
| ~TimeCodedMorphKeysClass (void) | |
| bool | Load_W3D (ChunkLoadClass &cload) |
| bool | Save_W3D (ChunkSaveClass &csave) |
| void | Get_Morph_Info (float morph_frame, int *pose_frame0, int *pose_frame1, float *fraction) |
| void | Add_Key (uint32 morph_frame, uint32 pose_frame) |
Friends | |
| class | HMorphAnimClass |
Definition at line 148 of file hmorphanim.h.
| TimeCodedMorphKeysClass::TimeCodedMorphKeysClass | ( | void | ) |
Definition at line 50 of file hmorphanim.cpp.
| TimeCodedMorphKeysClass::~TimeCodedMorphKeysClass | ( | void | ) |
Definition at line 55 of file hmorphanim.cpp.
Definition at line 91 of file hmorphanim.cpp.
| void TimeCodedMorphKeysClass::Get_Morph_Info | ( | float | morph_frame, |
| int * | pose_frame0, | ||
| int * | pose_frame1, | ||
| float * | fraction ) |
Definition at line 97 of file hmorphanim.cpp.
| bool TimeCodedMorphKeysClass::Load_W3D | ( | ChunkLoadClass & | cload | ) |
Definition at line 66 of file hmorphanim.cpp.
| bool TimeCodedMorphKeysClass::Save_W3D | ( | ChunkSaveClass & | csave | ) |
Definition at line 80 of file hmorphanim.cpp.
|
friend |
Definition at line 185 of file hmorphanim.h.