Definition at line 1091 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 1092 of file common_structs.h.
Referenced by clear_animator_flags(), create_mesh_animator(), create_model_animator(), set_animator_flags(), update_model_animator(), and update_model_animator_with_transform().
s8 ModelAnimator::renderMode |
Definition at line 1093 of file common_structs.h.
Referenced by create_mesh_animator(), create_model_animator(), and entity_PinkFlower_init().
char ModelAnimator::unk_05[3] |
Definition at line 1094 of file common_structs.h.
s16* ModelAnimator::animReadPos |
Definition at line 1095 of file common_structs.h.
Referenced by create_mesh_animator(), create_model_animator(), play_model_animation(), and play_model_animation_starting_from().
s16* ModelAnimator::savedReadPos |
Definition at line 1096 of file common_structs.h.
Referenced by create_mesh_animator(), and create_model_animator().
AnimatorNode* ModelAnimator::rootNode |
Definition at line 1097 of file common_structs.h.
Referenced by create_mesh_animator(), create_model_animator(), delete_model_animator(), delete_model_animator_nodes(), free_animator_nodes(), and get_animator_child_with_id().
AnimatorNode* ModelAnimator::nodeCache[0x7A] |
Definition at line 1098 of file common_structs.h.
Referenced by create_mesh_animator(), create_model_animator(), delete_model_animator_nodes(), free_animator_nodes(), and get_animator_child_with_id().
u8 ModelAnimator::nextUniqueID |
Definition at line 1099 of file common_structs.h.
Referenced by create_mesh_animator(), create_model_animator(), delete_model_animator(), and delete_model_animator_nodes().
u8 ModelAnimator::staticNodeIDs[0x7A] |
Definition at line 1100 of file common_structs.h.
Referenced by create_mesh_animator(), and create_model_animator().
char ModelAnimator::unk_08F[0x1] |
Definition at line 1101 of file common_structs.h.
f32 ModelAnimator::nextUpdateTime |
Definition at line 1102 of file common_structs.h.
Referenced by create_mesh_animator(), and create_model_animator().
f32 ModelAnimator::timeScale |
Definition at line 1103 of file common_structs.h.
Referenced by create_mesh_animator(), and create_model_animator().
Mtx ModelAnimator::mtx |
Definition at line 1104 of file common_structs.h.
void* ModelAnimator::baseAddr |
Definition at line 1105 of file common_structs.h.
Referenced by animator_copy_vertices_to_buffer(), create_mesh_animator(), and create_model_animator().
s16* ModelAnimator::animationBuffer |
Definition at line 1106 of file common_structs.h.
Referenced by create_mesh_animator(), and create_model_animator().
StaticAnimatorNode* ModelAnimator::staticNodes[0x7A] |
Definition at line 1107 of file common_structs.h.
StaticAnimatorNode** ModelAnimator::staticRoot |
Definition at line 1108 of file common_structs.h.
s32 ModelAnimator::treeIndexPos |
Definition at line 1109 of file common_structs.h.
s32 ModelAnimator::savedTreePos |
Definition at line 1110 of file common_structs.h.
Definition at line 1111 of file common_structs.h.
Referenced by create_mesh_animator(), create_model_animator(), and set_animator_render_callback().
void* ModelAnimator::renderCallbackArg |
Definition at line 1112 of file common_structs.h.
char ModelAnimator::unk_2DC[4] |
Definition at line 1113 of file common_structs.h.