Definition at line 1095 of file common_structs.h.
#include "common_structs.h"
Data Fields | |
| u32 | flags |
| s8 | renderMode |
| char | unk_05 [3] |
| s16 * | animReadPos |
| s16 * | savedReadPos |
| AnimatorNode * | rootNode |
| AnimatorNode * | nodeCache [0x7A] |
| u8 | nextUniqueID |
| u8 | staticNodeIDs [0x7A] |
| char | unk_08F [0x1] |
| f32 | nextUpdateTime |
| f32 | timeScale |
| Mtx | mtx |
| void * | baseAddr |
| s16 * | animationBuffer |
| StaticAnimatorNode * | staticNodes [0x7A] |
| StaticAnimatorNode ** | staticRoot |
| s32 | treeIndexPos |
| s32 | savedTreePos |
| void(* | fpRenderCallback )(void *) |
| void * | renderCallbackArg |
| char | unk_2DC [4] |
| u32 ModelAnimator::flags |
Definition at line 1096 of file common_structs.h.
Referenced by clear_animator_flags(), set_animator_flags(), update_model_animator(), and update_model_animator_with_transform().
| s8 ModelAnimator::renderMode |
Definition at line 1097 of file common_structs.h.
Referenced by entity_PinkFlower_init().
| char ModelAnimator::unk_05[3] |
Definition at line 1098 of file common_structs.h.
| s16* ModelAnimator::animReadPos |
Definition at line 1099 of file common_structs.h.
Referenced by play_model_animation(), and play_model_animation_starting_from().
| s16* ModelAnimator::savedReadPos |
Definition at line 1100 of file common_structs.h.
| AnimatorNode* ModelAnimator::rootNode |
Definition at line 1101 of file common_structs.h.
| AnimatorNode* ModelAnimator::nodeCache[0x7A] |
Definition at line 1102 of file common_structs.h.
| u8 ModelAnimator::nextUniqueID |
Definition at line 1103 of file common_structs.h.
| u8 ModelAnimator::staticNodeIDs[0x7A] |
Definition at line 1104 of file common_structs.h.
| char ModelAnimator::unk_08F[0x1] |
Definition at line 1105 of file common_structs.h.
| f32 ModelAnimator::nextUpdateTime |
Definition at line 1106 of file common_structs.h.
| f32 ModelAnimator::timeScale |
Definition at line 1107 of file common_structs.h.
| Mtx ModelAnimator::mtx |
Definition at line 1108 of file common_structs.h.
| void* ModelAnimator::baseAddr |
Definition at line 1109 of file common_structs.h.
| s16* ModelAnimator::animationBuffer |
Definition at line 1110 of file common_structs.h.
| StaticAnimatorNode* ModelAnimator::staticNodes[0x7A] |
Definition at line 1111 of file common_structs.h.
| StaticAnimatorNode** ModelAnimator::staticRoot |
Definition at line 1112 of file common_structs.h.
| s32 ModelAnimator::treeIndexPos |
Definition at line 1113 of file common_structs.h.
| s32 ModelAnimator::savedTreePos |
Definition at line 1114 of file common_structs.h.
Definition at line 1115 of file common_structs.h.
Referenced by set_animator_render_callback().
| void* ModelAnimator::renderCallbackArg |
Definition at line 1116 of file common_structs.h.
| char ModelAnimator::unk_2DC[4] |
Definition at line 1117 of file common_structs.h.